Skip to content

Alligator.Solver 1.0.0

Latest
Compare
Choose a tag to compare
@boraaros boraaros released this 12 Feb 21:55
· 51 commits to master since this release
02ad97c

First release. Implemented algorithms and heuristics:

  • negamax algorithm
  • alpha-beta pruning
  • iterative deepening search
  • principal variation
  • transposition table
  • killer heuristic
  • history heuristic
  • quiescence search