Uses of Class
net.finmath.optimizer.StochasticPathwiseLevenbergMarquardt
Packages that use StochasticPathwiseLevenbergMarquardt
Package
Description
        This package provides classes with numerical algorithm for optimization of
        an objective function and a factory to easy construction of the optimizers.
- 
Uses of StochasticPathwiseLevenbergMarquardt in net.finmath.optimizerSubclasses of StochasticPathwiseLevenbergMarquardt in net.finmath.optimizerModifier and TypeClassDescriptionclassThis class implements a stochastic Levenberg Marquardt non-linear least-squares fit algorithm.Methods in net.finmath.optimizer that return StochasticPathwiseLevenbergMarquardtModifier and TypeMethodDescriptionStochasticPathwiseLevenbergMarquardt.clone()Create a clone of this LevenbergMarquardt optimizer.StochasticPathwiseLevenbergMarquardt.getCloneWithModifiedTargetValues(List<RandomVariable> newTargetVaues, List<RandomVariable> newWeights, boolean isUseBestParametersAsInitialParameters)Create a clone of this LevenbergMarquardt optimizer with a new vector for the target values and weights.StochasticPathwiseLevenbergMarquardt.getCloneWithModifiedTargetValues(RandomVariable[] newTargetVaues, RandomVariable[] newWeights, boolean isUseBestParametersAsInitialParameters)Create a clone of this LevenbergMarquardt optimizer with a new vector for the target values and weights.