Skip to content

Commit

Permalink
Add chess960.perft
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 20, 2023
1 parent 1985e6d commit 57fce30
Show file tree
Hide file tree
Showing 2 changed files with 8,642 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python-version: "3.11"
- run: pip install -e .
- run: python examples/perft/perft.py -t 1 examples/perft/random.perft --max-nodes 10000
- run: python examples/perft/perft.py -t 1 examples/perft/chess960.perft --max-nodes 100000
- run: python examples/perft/perft.py -t 1 examples/perft/tricky.perft
- run: python examples/perft/perft.py -t 1 --variant giveaway examples/perft/giveaway.perft
- run: python examples/perft/perft.py -t 1 --variant atomic examples/perft/atomic.perft
Expand Down

0 comments on commit 57fce30

Please sign in to comment.