Skip to content

Releases: boraaros/Alligator.Solver

Alligator.Solver 1.0.0

12 Feb 21:55
02ad97c
Compare
Choose a tag to compare

First release. Implemented algorithms and heuristics:

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