Module gomoku::ia
[−]
[src]
Reexports
extern crate std; |
use std::prelude::v1::*; |
Modules
| decision | |
| heuristic | |
| move_to_evaluate | |
| turn |
Structs
| Decision |
Constants
| INFINITE | |
| NINFINITE |
Functions
| heuristic | |
| neg_infinite |
Return the opposite of the value. Special case for infinity. |