|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Reference example: Connect-3 with Alpha-Beta and move ordering. More...
Go to the source code of this file.
Functions | |
| int | main () |
Reference example: Connect-3 with Alpha-Beta and move ordering.
Build and run:
cmake --build build --target alpha_beta_connect3_example./build/Examples/alpha_beta_connect3_example Definition in file alpha_beta_connect3_example.cc.
| int main | ( | ) |
Definition at line 264 of file alpha_beta_connect3_example.cc.
References Aleph::Alpha_Beta< Domain >::default_policy(), Aleph::divide_and_conquer_partition_dp(), and Aleph::SearchLimits::max_depth.