This class demonstrates the main functionality of the {@link AbstractLeastSquaresOptimizer}, common to the optimizer implementations in package {@link org.apache.commons.math3.optimization.general}.
Not enabled by default, as the class name does not end with "Test".
Invoke by running
mvn test -Dtest=AbstractLeastSquaresOptimizerTestValidation
or by running
mvn test -Dtest=AbstractLeastSquaresOptimizerTestValidation -DargLine="-DmcRuns=1234 -server"