open-mtg
open-mtg copied to clipboard
Implement and benchmark more search algorithms
There's currently only a naive Monte-Carlo Search implemented and benchmarked. A whole zoo of search methods are still to be explored, for example: http://static.ijcai.org/proceedings-2017/0772.pdf https://ieeexplore.ieee.org/abstract/document/6218176/ We would benefit from more implementations and evaluations of performance.