Package ai.nettogrof.battlesnake.treesearch.search.standard
Contains search and node classes related to standard mode
- Author:
- carl.lajeunesse
-
Class Summary Class Description AbstractStandardSearch This abstract Standard search, provide basic method use in any search in battlesnake standard modeDuelNode This Duel node class must be use when only 2 snakes left, and in standard mode.FourNode This FourNode class must be use when only 3 or 4 snakes left, and in standard mode.ManyNode This ManyNode class must be use when more than 4 snakes left, and in standard mode.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.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.