Uses of Class
ai.nettogrof.battlesnake.treesearch.search.standard.AbstractStandardSearch
-
Packages that use AbstractStandardSearch Package Description ai.nettogrof.battlesnake.treesearch.search.standard Contains search and node classes related to standard mode -
-
Uses of AbstractStandardSearch in ai.nettogrof.battlesnake.treesearch.search.standard
Subclasses of AbstractStandardSearch in ai.nettogrof.battlesnake.treesearch.search.standard Modifier and Type Class Description class
MctsSearch
This MCTS search was used during the Spring 2021 league Nessegrev-Gamma snake It start by search the smallest branch and expand it (500 times) then : 1.class
RegularSearch
This regular search was used during the Winter classic 2020 by my Beta and Gamma snake It start by search the smallest branch and expand it (100 times) then : 1.
-