Difference between revisions of "Tree View"

From Robowiki
Jump to navigation Jump to search
m (Add red link)
m (Add red link)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
Similar to [[Stats Buffer]] which is a multi-dimensional array with segmentations used in [[Visit Count Stats]] where several buffers are used for better performance (similar to [[Crowd Targeting]]), a '''Tree View''' is basically a tree (mostly [[kd-tree]]) with its own [[Attribute|attributes]] and [[Weighting|weights]]. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improves dramatically against a specified set of opponents.
+
Similar to [[Stats Buffer]] which is a multi-dimensional array with segmentations used in [[Visit Count Stats]] where several buffers are used for better performance (similar to [[Crowd Targeting]]), a '''Tree View''' is basically a tree (mostly [[kd-tree]]) with its own [[Dynamic Clustering Attribute|attributes]] and [[Dynamic Clustering Weight|weights]]. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improves dramatically against a specified set of opponents.
  
 
== See also ==
 
== See also ==
 
* [[Dynamic Clustering]]
 
* [[Dynamic Clustering]]
 
* [[Crowd Targeting]]
 
* [[Crowd Targeting]]

Revision as of 04:37, 15 September 2017

This article is a stub. You can help RoboWiki by expanding it.

Similar to Stats Buffer which is a multi-dimensional array with segmentations used in Visit Count Stats where several buffers are used for better performance (similar to Crowd Targeting), a Tree View is basically a tree (mostly kd-tree) with its own attributes and weights. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improves dramatically against a specified set of opponents.

See also