Closed UlisseMini closed 3 years ago
Would get rid of the duplication, make the code shorter and make the code shorter and more maintainable.
Related note: I think I can refactor negamax to just return an evaluation. Then just use the PV. (might be able to get rid of SearchResult altogether)
negamax
SearchResult
Would get rid of the duplication, make the code shorter and make the code shorter and more maintainable.