This fixes #353, where the examples in the documentation used 2-dimensional bounds for SchafferFunctionN1, but SchafferFunctionN1 optimizes only a one-dimensional iterate.
I also changed Front() to ParetoFront() to ensure that the example code compiles.
This fixes #353, where the examples in the documentation used 2-dimensional bounds for
SchafferFunctionN1
, butSchafferFunctionN1
optimizes only a one-dimensional iterate.I also changed
Front()
toParetoFront()
to ensure that the example code compiles.