org.apache.commons.math.optimization.direct
Class NelderMeadTest

java.lang.Object
  extended by org.apache.commons.math.optimization.direct.NelderMeadTest

public class NelderMeadTest
extends Object


Constructor Summary
NelderMeadTest()
           
 
Method Summary
 void testFunctionEvaluationExceptions()
           
 void testLeastSquares1()
           
 void testLeastSquares2()
           
 void testLeastSquares3()
           
 void testMaxEvaluations()
           
 void testMaxIterations()
           
 void testMinimizeMaximize()
           
 void testPowell()
           
 void testRosenbrock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NelderMeadTest

public NelderMeadTest()
Method Detail

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.