We should get some performance gains from implementing this feature, it should not be hard to do since negamax is a variant of minimax, so copying and pasting then modifying it should work just fine.
Should be implemented in a new file, named negamax.rs, at the same level as minimax.rs
We should get some performance gains from implementing this feature, it should not be hard to do since negamax is a variant of minimax, so copying and pasting then modifying it should work just fine. Should be implemented in a new file, named negamax.rs, at the same level as minimax.rs