Difference between revisions of "Tree View"

From Robowiki
Jump to navigation Jump to search
(Initial commit.)
 
m (Add 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 attributes and weights. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improved 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 attributes and weights. Different Tree Views can have different attributes, not to mention different weights. When combined, sometimes the performance improved dramatically against a specified set of opponents.
 +
 +
== See also ==
 +
* [[Dynamic Clustering]]

Revision as of 03:17, 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 improved dramatically against a specified set of opponents.

See also