jakobbossek / smoof

Single- and Multi-Objective Optimization Test Functions
http://jakobbossek.github.io/smoof/
Other
36 stars 16 forks source link

Michalewicz Function #109

Closed jakob-r closed 6 years ago

jakob-r commented 6 years ago
fn = makeMichalewiczFunction(1)
getNumberOfParameters(fn)
# 2

Should be 1 or throw an error?

jakobbossek commented 6 years ago

Thanks. Fixed. This was a stupid bug in the declaration of the ParamSet.