org.apache.commons.math3.optimization.direct
Class PowellOptimizerTest
java.lang.Object
org.apache.commons.math3.optimization.direct.PowellOptimizerTest
public class PowellOptimizerTest
- extends Object
Test for PowellOptimizer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowellOptimizerTest
public PowellOptimizerTest()
testSumSinc
public void testSumSinc()
testQuadratic
public void testQuadratic()
testMaximizeQuadratic
public void testMaximizeQuadratic()
testRelativeToleranceOnScaledValues
public void testRelativeToleranceOnScaledValues()
- Ensure that we do not increase the number of function evaluations when
the function values are scaled up.
Note that the tolerances parameters passed to the constructor must
still hold sensible values because they are used to set the line search
tolerances.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.