[][src]Function myopic_brain::pos::from_fen_and_params

pub fn from_fen_and_params(
    fen: &str,
    params: EvalParameters
) -> Result<EvalBoardImpl<MutBoardImpl>, String>

Construct an instance of the default EvalBoard implementation using the position encoded as a fen string and the given parameters.