jakobbossek / smoof

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

Michalewicz Function dimensions != 2 #114

Closed jakob-r closed 3 years ago

jakob-r commented 6 years ago

The function allows to set the dimension param but expects an vector of length 2:

https://github.com/jakobbossek/smoof/blob/a2aa012dc571e23348e267f2719e758c36bb5dbf/R/sof.michalewicz.R#L29

jakobbossek commented 3 years ago

Thanks for the report. Fixed via 0022105.