After the Cool Iris 13 version I realized that there were some bugs, then by fixing these bugs I realized that I could possibly improve a little more to Cool Iris 13, with the support of github copilot I have been able to create this latest version.
The changes I've made are:
futility_margin: Increased from 126 to 150 and reduced the noTtCutNode factor from 42 to 35, making pruning less aggressive.
Reduction:
Base value reduced from 1560 to 1460
Increased reductionScale threshold from 791 to 852
Adjusted the delta factor to be more accurate (1024 instead of 945)
futility_move_count:
For Upgrading Positions: Increased from 3 to 4 Base Moves
For positions that do not improve: changed from (3 + depth * depth) / 2 to (3 + depth * depth)
stat_bonus:
Increased depth multiplier from 334 to 384
Increased the ceiling from 1538 to 1792
These changes should result in:
A deeper search by reducing the aggressiveness of pruning
Better evaluation of movements when considering more positions
Greater weight to the history of movements to improve the order
Note that these changes will cause the engine:
Look deeper but slower
Be less likely to prune movements prematurely
Consider more variants in complex positions.
Enjoy!
https://pixeldrain.com/u/MGUMxUED
The updates of SpecTral and Dark SisTer can be found along with a large collection of engines, books, dvds, etc on my telegram channel: https://t.me/chessenginesac
Cool Iris 13.90 last version!
Re: Cool Iris 13.90 last version!
Thank you very much!
Re: Cool Iris 13.90 last version!
Thank you very much Anton101 !