Uses of Interface
org.hipparchus.optim.nonlinear.vector.leastsquares.ParameterValidator
Packages that use ParameterValidator
Package
Description
This package provides algorithms that minimize the residuals
 between observations and model values.
- 
Uses of ParameterValidator in org.hipparchus.optim.nonlinear.vector.leastsquares
Methods in org.hipparchus.optim.nonlinear.vector.leastsquares with parameters of type ParameterValidatorModifier and TypeMethodDescriptionstatic LeastSquaresProblemLeastSquaresFactory.create(MultivariateJacobianFunction model, RealVector observed, RealVector start, RealMatrix weight, ConvergenceChecker<LeastSquaresProblem.Evaluation> checker, int maxEvaluations, int maxIterations, boolean lazyEvaluation, ParameterValidator paramValidator) Create aLeastSquaresProblemfrom the given elements.LeastSquaresBuilder.parameterValidator(ParameterValidator newValidator) Configure the validator of the model parameters.