issues
search
jakobbossek
/
smoof
Single- and Multi-Objective Optimization Test Functions
http://jakobbossek.github.io/smoof/
Other
36
stars
16
forks
source link
Various Fixes
#120
Closed
jakob-r
closed
5 years ago
jakob-r
commented
5 years ago
Rosenbrock has to have at leas d = 2
MultiplePeaksModel2 (mpm2.py) should now also work with python3
All function generators have now
dimensions
argument as it was more common than the singular
dimension
. This is a compatible change thanks to partial argument matching.
Fix tests
use geom_raster instead of geom_grid (#119)
jakobbossek
commented
5 years ago
Looks good! Thanks 👏
dimensions
argument as it was more common than the singulardimension
. This is a compatible change thanks to partial argument matching.