josejimenezluna / pyGPGO

Bayesian optimization for Python
http://pygpgo.readthedocs.io
MIT License
241 stars 61 forks source link

Add round to int casting #35

Closed ConnorBarnhill closed 2 years ago

ConnorBarnhill commented 2 years ago

The existing logic to cast hyperparameters to int doesn't round, thus all hyperparams will be implicitly floored.

josejimenezluna commented 2 years ago

Merged. Many thanks!