I started using clop to tune my engine, and I have no idea about the theory behind it, but I understand it works
Just to make sure I'm using correctly, I believe I have to pay attention to the plot tab having time in the X and the parameter on Y axis. An then at the Max tab to know which is tuned parameter value. Of course after couple of thousand games played. Should say 10000??
Also I like to share how I am running the games, I'm not using any script, clop is calling my engine directly and I modified to run the game against itself and print the result.
The modification is to select the color to tune (using the seed) and then modify the parameter being tuned accordingly. Color to tune will use values passed by clop, and the other color use the original parameters.
In this case I am disabling transposition table and evaluation/pawn caches, since it cannot have different scores in this game where eval will have different scores. I'm thinking I can have 2 tables in this case. Maybe i'll modify that later.
Anyway, thanks again to clop/cutechess guys and I appreciate any comments.