This repository has been archived on 2023-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
Vatu/src
dece d94db7708f analysis: consider time constraints
Basic math for the limited time. Search is cut without caution, and as
we are using a depth-first search it might lead to awful moves, but at
least Vatu does not lose on time in 100% of bullets.
2020-06-18 22:23:43 +02:00
..
analysis.rs analysis: consider time constraints 2020-06-18 22:23:43 +02:00
board.rs analysis: move analysis code to its own module 2020-06-14 01:33:11 +02:00
castling.rs engine: use negamax 2020-06-14 20:32:40 +02:00
engine.rs analysis: provide "nodes" and "nps" UCI info 2020-06-15 02:33:08 +02:00
game.rs cli: basic games over the command-line 2020-06-01 00:43:05 +02:00
main.rs docker: add build/run Dockerfile 2020-06-18 13:14:01 +02:00
movement.rs analysis: use negamax with alpha-beta 2020-06-15 01:27:31 +02:00
node.rs analysis: consider time constraints 2020-06-18 22:23:43 +02:00
notation.rs engine: use negamax 2020-06-14 20:32:40 +02:00
rules.rs engine: use negamax 2020-06-14 20:32:40 +02:00
stats.rs engine: use negamax 2020-06-14 20:32:40 +02:00
uci.rs analysis: provide "nodes" and "nps" UCI info 2020-06-15 02:33:08 +02:00