Stockfish
Stockfish copied to clipboard
Change the default value of detect_draw_by_insufficient_mating_material
detect_draw_by_insufficient_mating_material option detects draw earlier. We will change the default values of detect_draw_by_insufficient_mating_material. Before we change them, we need the following experiments:
- Generate training data with
detect_draw_by_insufficient_mating_material= 0. - Train a net with 1.
- Generate training data with
detect_draw_by_insufficient_mating_material= 1. - Train a net with 3.
- Compare the elo between 2. and 4.
Any helps are welcome.