HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.54k stars 328 forks source link

Fixed parameter values [feature request] #88

Open sjackman opened 7 years ago

sjackman commented 7 years ago

I'd like to set a parameter to a fixed value by modifying the JSON configuration and without having to modify the Python shim. When I set min and max to the same value, I get the error message:

AssertionError: Your specified min (1.000000) for the variable c must be less than the max (1.000000)