Closed noahsherrill closed 3 years ago
Hey @noahsherrill,
We have just release HyperMapper v2.2.4 which fixes this issue. Can you update to the latest version and see if the issue persists?
@arturluis, I no longer see this issue in HyperMapper Version 2.2.4; the parameter values are all in the expected range. This would have been a difficult issue to work around, so I really appreciate the fix!
Also, thank you for making HyperMapper available. We are excited to continue experimenting with it.
When running a simple test case in HyperMapper Version 2.2.3, HyperMapper selects parameter values outside of the bounds specified by the "values" item in the configuration file. The configuration file is as follows:
The code is as follows:
The output is as follows:
For several of the iterations in the design of experiment phase and in the optimization phase, the value selected for
param_2
is outside of the required range[10, 20]
. I'm not sure whether or not this is intended behavior. The output reports a best point at the end that also uses an out-of-bounds value forparam_2
. This does not seem correct.