v0.11.0
Added
- add
Display
toMinimizer
- add initial value and bounds to
Status
and improveDisplay
output - add (sketchy) function to check if a parameter is at its bounds
Fixed
- add
UpperExp
trait bound toMinimizer
Display
- make sure
Status
is reset on a new run of the same minimizer
Other
- move all
Status
structs out ofAlgorithm
s and intoMinimizer
andAlgorithm
method signatures