pub fn compute_mes_ev<T: Game>(game: &T) -> [f32; 2]
Expand description

Computes the expected values of the MES (Maximally Exploitative Strategy) of each player.

The bias, i.e., (starting pot) / 2, is already subtracted to increase the significant figures. Therefore, the average of the return value corresponds to the exploitability value if not raked.