public interface MultivariateOptimizer extends BaseMultivariateOptimizer<MultivariateFunction>
scalar objective functions
.
Optimization algorithms find the input point set that either maximize or minimize
an objective function.
DifferentiableMultivariateOptimizer
,
DifferentiableMultivariateVectorOptimizer
optimize
getConvergenceChecker, getEvaluations, getMaxEvaluations
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.