Struct zero_sum::impls::tak::evaluator::StaticEvaluator [] [src]

pub struct StaticEvaluator;

Provides a static evaluation of a tak state. This evaluator considers top-level pieces, stacked flatstones, road-group size, one-away threats, and stack influence.

Trait Implementations

impl Clone for StaticEvaluator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Evaluator for StaticEvaluator
[src]

Returns the evaluation of state.

Returns the evaluation of state after executing plies. Read more