Revert NULL move beta corrections

After testing result is bad -25 ELO
This commit is contained in:
Marco Costalba
2009-03-15 16:44:12 +01:00
parent bfcfaf7101
commit ca4e78db8d
3 changed files with 20 additions and 35 deletions

View File

@@ -105,7 +105,6 @@ extern Value quick_evaluate(const Position &pos);
extern void init_eval(int threads);
extern void quit_eval();
extern void read_weights(Color sideToMove);
extern Value scale_by_game_phase(Value mv, Value ev, Phase ph, const ScaleFactor sf[]);
#endif // !defined(EVALUATE_H_INCLUDED)