org.apache.commons.math3.optimization
@Deprecated public interface MultivariateDifferentiableOptimizer extends BaseMultivariateOptimizer<MultivariateDifferentiableFunction>
scalar differentiable objective
functions
.
Optimization algorithms find the input point set that either maximize or minimize
an objective function.MultivariateOptimizer
,
MultivariateDifferentiableVectorOptimizer
optimize
getConvergenceChecker, getEvaluations, getMaxEvaluations
Copyright (c) 2003-2013 Apache Software Foundation