|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Reference example: artificial game tree with Negamax and Alpha-Beta. More...
Go to the source code of this file.
Functions | |
| int | main () |
Reference example: artificial game tree with Negamax and Alpha-Beta.
Build and run:
cmake --build build --target adversarial_artificial_example./build/Examples/adversarial_artificial_example Definition in file adversarial_artificial_example.cc.
| int main | ( | ) |
Definition at line 158 of file adversarial_artificial_example.cc.
References Aleph::alpha_beta_search(), Aleph::divide_and_conquer_partition_dp(), Aleph::negamax_search(), and root().