Package org.hipparchus.optim.nonlinear.scalar
package org.hipparchus.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 functions
toscalar objective functions
when 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 boundedMultivariateFunction
to unbounded ones.Adapter extending boundedMultivariateFunction
to 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.