optuna / kurobako-py

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

Add name argument to `OptunaSolverFactory` #13

Closed kstoneriv3 closed 3 years ago

kstoneriv3 commented 3 years ago

In the current implementation, samplers configured by python scripts are always named "Optuna". This is confusing when summaries and plots are created afterward.

I feel it would be more convenient if we could specify the name of the sampler in the same python script where the sampler is configured.

* If you do not feel this approach looks reasonable, you can just ignore and close this PR.