optuna / kurobako-py

A Python library to help implement kurobako's solvers and problems
MIT License
9 stars 7 forks source link

Fix bugs in kurobako/solver/optuna.py #19

Closed contramundum53 closed 2 years ago

contramundum53 commented 2 years ago

Several bugs were present in kurobako/solver/optuna.py that resulted in errors when used with nontrivial pruners.

These bugs are fixed in this PR.

HideakiImamura commented 2 years ago

I privately discuss above with @contramundum53 and @sile. As a result, we have decided to generate a log in our own format for the completed trials in this PR. The reason are

contramundum53 commented 2 years ago

We reverted changes about _optuna_logger and made them a separate issue (#20).