Merge Joona Kiiski NULL search beta correction

Prune more moves after a null search because of
a lower beta limit then in main search.

In test positions reduces the searched nodes of 30% !!!!

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-03-13 15:26:02 +01:00
parent 3ed603cd64
commit c8773c720a
3 changed files with 35 additions and 20 deletions

View File

@@ -105,6 +105,7 @@ 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)