smoof
smoof copied to clipboard
Following functions do not work for 1d although they should?
- Bent-Cigar
- Bohachevsky N. 1
- Brown
- Dixon-Price
- Rosenbrock
At least for Rosenbrock I am sure, that dimensions >= 2 is required. Bent-Cigar function could be allowed to work in 1d as well. However, in this case it is equal to the 1D Sphere function.
I don't mind if they are only available for d>=2 but makeFunctionsByName("Rosenbrock", dimensions = 1) should throw an error then.
Ok. Then the issue description is misleading.
Thus the question mark :wink:
Will have a look. Seems to be a bug.