xadrianzetx / optuna-distributed

Distributed hyperparameter optimization made easy
MIT License
34 stars 1 forks source link

Wrap objective function only when it's needed #30

Closed xadrianzetx closed 2 years ago

xadrianzetx commented 2 years ago

This reduces number and complexity of public APIs and makes study and event loop unaware of what's going on in backend specific objective function wrappers.