MrPiada / ChessRepertoireGenerator

MIT License
1 stars 0 forks source link

adaptive FreqThreshold #47

Open MrPiada opened 1 year ago

MrPiada commented 1 year ago

As the depth grows the FreqThreshold can be reduced to simplify the database and reduce the branching.

MrPiada commented 1 year ago

the final formulat fix the FreqThreshold at max depth (at the end 1 candidate move, the most frequest, is enough)