You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some inconsistencies in how the transformations are applied which mean that I received an error during the initialisation of an optimisation problem when employing the LogTransformation.
Steps to reproduce the behaviour
Setting up a PINTS optimiser with a LogTransformation and bounds on one or more of the parameters.
Relevant log output
ValueError: Initial position must lie within given boundaries.
The text was updated successfully, but these errors were encountered:
Python Version
3.10
Describe the bug
There are some inconsistencies in how the transformations are applied which mean that I received an error during the initialisation of an optimisation problem when employing the LogTransformation.
Steps to reproduce the behaviour
Setting up a PINTS optimiser with a LogTransformation and bounds on one or more of the parameters.
Relevant log output
The text was updated successfully, but these errors were encountered: