Package org.apache.commons.math3.optim.nonlinear.scalar
package org.apache.commons.math3.optim.nonlinear.scalar
Algorithms for optimizing a scalar function.
-
ClassDescriptionGoal type for an optimization problem (minimization or maximization of a scalar function.Base class for implementing optimizers for multivariate scalar differentiable functions.This class converts
vectorial objective functionstoscalar objective functionswhen the goal is to minimize them.Class for finding the minimum of the objective function along a given direction.Multi-start optimizer.Adapter for mapping boundedMultivariateFunctionto unbounded ones.Adapter extending boundedMultivariateFunctionto an unbouded domain using a penalty function.Base class for a multivariate scalar function optimizer.Scalar function to be optimized.Gradient of the scalar function to be optimized.