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

Computes the expected values of the current strategy of each player.

The bias, i.e., (starting pot) / 2, is already subtracted to increase the significant figures. This treatment makes the return value zero-sum when not raked.