Difference between revisions of "Thread:Talk:Gilgalad/movementStrategy/DC and VCS/reply (3)"

From Robowiki
Jump to navigation Jump to search
(Reply to DC and VCS)
 
(No difference)

Latest revision as of 18:14, 29 May 2012

DrussGT uses a "bullets shot" classifier to give higher weight to newer data and works somewhat like data decay. It makes k-NN search extrapolate a bit, but still helps increase the score against learning opponents.

IMHO, the advantage of VCS over DC is CPU performance. But VCS compresses data into bins and some information is lost, while in DC it isn´t. So, well tuned DC should perform better than well tuned VCS, unless you start skipping turns.