Struct zero_sum::impls::tic_tac_toe::Evaluator [] [src]

pub struct Evaluator;

A very simple evaluator. Gives extra weight to the corners.

Trait Implementations

impl Evaluator for Evaluator
[src]

Returns the evaluation of state.

Returns the evaluation of state after executing plies. Read more