SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.optimization.unconstrained

Interface Summary
NelderMead.BuildSimplex The Nelder–Mead algorithm requires an initial simplex to start the search.
UnconstrainedMinimizer  
 

Class Summary
NelderMead The Nelder–Mead method is a nonlinear optimization technique, which is well-defined for twice differentiable and unimodal problems.
UnconstrainedMaximizer A maximization problem is simply minimizing the negative of the objective function.
UnconstrainedProblem This class defines an unconstrained optimization problem in this form.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.