[][src]Trait monochrome::eval::EvaluationFunction

pub trait EvaluationFunction {
    pub fn evaluate(&mut self, stone: Stone, board: &OthelloBoard) -> i32;
}

Required methods

pub fn evaluate(&mut self, stone: Stone, board: &OthelloBoard) -> i32[src]

Loading content...

Implementors

impl EvaluationFunction for StoneDifference[src]

Loading content...