Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
adversarial_artificial_example.cc File Reference

Reference example: artificial game tree with Negamax and Alpha-Beta. More...

#include <iostream>
#include <string>
#include <State_Search.H>
Include dependency graph for adversarial_artificial_example.cc:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

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.

Function Documentation

◆ main()