Talk:Segmentation

From Robowiki
Revision as of 03:26, 18 September 2008 by Nfwu (talk | contribs) (New page: {{CreditForOldWikiArticle|oldpage=Segmentation|author=Jokester}} Hmm, there is a ton of segmentation information scattered throughout the wiki. I'm planning on redoing some of the inf...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Credits - Segmentation
Old wiki page: Segmentation
Original author(s): Jokester

Hmm, there is a ton of segmentation information scattered throughout the wiki. I'm planning on redoing some of the information on this page if you guys think this will be useful. My thoughts are to divide it into

   * Overview
   * Segment Variables
   * Selecting best segments
   * Granularity vs Population
   * Saving stats 

If you feel this will be good I will go through with it, otherwise I can just post all my bookmarks on the subject here. Also, if you have any other good ideas for sections feel free to put them there. -- Jokester

Go ahead. Just pour all the current stuff over to a page like /Discussion and make a structured page about segmentation instead. That would be great. -- PEZ

You cannot post new threads to this discussion page because it has been protected from new threads, or you do not currently have permission to edit.

Contents

Thread titleRepliesLast modified
Ideal amount of segments304:22, 16 June 2019

Ideal amount of segments

Hi, how much segmentation can you add to a gun before the benefit of the segmentation is lost due to the added noise created by the segment? I noticed many MiniBots only have 5-6 different segments in their guns. I don't know if this is because of the codesize requirements or because too many segments create too much noise in the enemy's movement profile. Thanks!

Slugzilla (talk)04:21, 15 June 2019

You can use as much segments as possible, as long as you keep enough data points within given segment.

Experience is that those bots aren’t using 5-6 segments because of code size, but increasing dimensions further decreases data points greatly. To solve this, advanced bots use many buffers.

Xor (talk)12:16, 15 June 2019
 

Also, not all segments are useful. If your bot keeps its preferred distance quite aggressively, a distance segment is not very useful against the majority of opponents. So therefor multiple buffers with different weighting of the segments can be more beneficial. Or only going further down the segmentation tree if enough datapoints are available there. Some bots only use two segments early in the game and increase it later on.

GrubbmGait (talk)13:35, 15 June 2019
 

Alright, thanks for the input. I think I'll add a wall index and then start work on adding some buffers =)

Slugzilla (talk)04:22, 16 June 2019