You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to tune two LMR-related parameters in my engine (https://github.com/MinusKelvin/ice4/tree/log-lmr-spsa). However, CTT always fails to compute the optimum (once the GP kernel becomes non-None after the 15th iteration), displaying Computing current optimum was not successful. This can happen in rare cases and running the tuner again usually works.
command:
PATH=".:$PATH" tune local -c config.json --verbose
I have tried running the tuner again after deleting model.pkl and data.npz several times but the error continued to occur. I have also tried ignoring the error and letting it run for several hundred iterations but the error persisted. Deleting the model and importing the data points resulted in the same error. I have verified that when CTT runs a match, the parameters are correctly set within the engine. Finally, I have tried changing the parameter ranges to be reals and modified the engine to accept this input, but the error persisted.
Further information
These are the versions of all packages installed in the venv:
Description
I am trying to tune two LMR-related parameters in my engine (https://github.com/MinusKelvin/ice4/tree/log-lmr-spsa). However, CTT always fails to compute the optimum (once the GP kernel becomes non-
None
after the 15th iteration), displayingComputing current optimum was not successful. This can happen in rare cases and running the tuner again usually works.
command:
config.json:
log.txt
I have tried running the tuner again after deleting
model.pkl
anddata.npz
several times but the error continued to occur. I have also tried ignoring the error and letting it run for several hundred iterations but the error persisted. Deleting the model and importing the data points resulted in the same error. I have verified that when CTT runs a match, the parameters are correctly set within the engine. Finally, I have tried changing the parameter ranges to be reals and modified the engine to accept this input, but the error persisted.Further information
These are the versions of all packages installed in the venv:
cutechess-cli
is version 1.2.0. More specifically, it is this build: https://github.com/AndyGrant/OpenBench/blob/cf1cabfb92baae475ea8963243a2b83f948e4a7c/CoreFiles/cutechess-linuxThe text was updated successfully, but these errors were encountered: