Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.optim.nonlinear.scalar Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
AbstractSimplexThis class implements the simplex concept.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
BOBYQAOptimizerPowell's BOBYQA algorithm.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
CMAESOptimizerAn implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
CMAESOptimizer .PopulationSize The number of offspring is the primary strategy parameter.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizerApache Commons
CMAESOptimizer .Sigma They define the initial coordinate-wise standard deviations for sampling new search points around the initial guess.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizerApache Commons
GoalTypeGoal type for an optimization problem (minimization or maximization ofEnum Constant SummaryClassorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
GradientMultivariateOptimizerBase class for implementing optimizers for multivariate scalar differentiable functions.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
LeastSquaresConverter vectorial objective functions to scalar objective functionsClassorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
LineSearchClassorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultiDirectionalSimplexThis class implements the multi-directional direct search method.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
MultiStartMultivariateOptimizerMulti-start optimizer.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateFunctionMappingAdapterAdapter for mapping bounded MultivariateFunction to unbounded ones.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateFunctionPenaltyAdapterAdapter extending bounded MultivariateFunction to an unbouded domain using a penalty function.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
MultivariateOptimizerBase class for a multivariate scalar function optimizer.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
NelderMeadSimplexThis class implements the Nelder-Mead simplex algorithm.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
NonLinearConjugateGradientOptimizerNon-linear conjugate gradient optimizer.Classorg.apache.commons.math3.optim.nonlinear.scalar.gradientApache Commons
NonLinearConjugateGradientOptimizer .BracketingStepThe initial step is a factor with respect to the search direction (which itself is roughly related to the gradient of the function).Classorg.apache.commons.math3.optim.nonlinear.scalar.gradient.NonLinearConjugateGradientOptimizerApache Commons
NonLinearConjugateGradientOptimizer .FormulaAvailable choices of update formulas for the updating the parameter that is used to compute the successive conjugate search directions.Classorg.apache.commons.math3.optim.nonlinear.scalar.gradient.NonLinearConjugateGradientOptimizerApache Commons
NonLinearConjugateGradientOptimizer .IdentityPreconditionerDefault identity preconditioner.Classorg.apache.commons.math3.optim.nonlinear.scalar.gradient.NonLinearConjugateGradientOptimizerApache Commons
ObjectiveFunctionScalar function to be optimized.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
ObjectiveFunctionGradientGradient of the scalar function to be optimized.Classorg.apache.commons.math3.optim.nonlinear.scalarApache Commons
PowellOptimizer This code is translated and adapted from the Python version of this algorithm (as implemented in module optimize.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons
PreconditionerThis interface represents a preconditioner for differentiable scalar objective function optimizers.Interfaceorg.apache.commons.math3.optim.nonlinear.scalar.gradientApache Commons
SimplexOptimizerThis class implements simplex-based direct search optimization.Classorg.apache.commons.math3.optim.nonlinear.scalar.noderivApache Commons