org.apache.commons.math.optimization.direct
Class NelderMeadTest
java.lang.Object
org.apache.commons.math.optimization.direct.NelderMeadTest
public class NelderMeadTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NelderMeadTest
public NelderMeadTest()
testFunctionEvaluationExceptions
public void testFunctionEvaluationExceptions()
testMinimizeMaximize
public void testMinimizeMaximize()
throws org.apache.commons.math.FunctionEvaluationException,
org.apache.commons.math.ConvergenceException
- Throws:
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ConvergenceException
testRosenbrock
public void testRosenbrock()
throws org.apache.commons.math.FunctionEvaluationException,
org.apache.commons.math.ConvergenceException
- Throws:
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ConvergenceException
testPowell
public void testPowell()
throws org.apache.commons.math.FunctionEvaluationException,
org.apache.commons.math.ConvergenceException
- Throws:
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ConvergenceException
testLeastSquares1
public void testLeastSquares1()
throws org.apache.commons.math.FunctionEvaluationException,
org.apache.commons.math.ConvergenceException
- Throws:
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ConvergenceException
testLeastSquares2
public void testLeastSquares2()
throws org.apache.commons.math.FunctionEvaluationException,
org.apache.commons.math.ConvergenceException
- Throws:
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ConvergenceException
testLeastSquares3
public void testLeastSquares3()
throws org.apache.commons.math.FunctionEvaluationException,
org.apache.commons.math.ConvergenceException
- Throws:
org.apache.commons.math.FunctionEvaluationException
org.apache.commons.math.ConvergenceException
testMaxIterations
public void testMaxIterations()
throws org.apache.commons.math.MathException
- Throws:
org.apache.commons.math.MathException
testMaxEvaluations
public void testMaxEvaluations()
throws org.apache.commons.math.MathException
- Throws:
org.apache.commons.math.MathException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.