Class LeastSquaresAdapter

java.lang.Object
org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresAdapter
All Implemented Interfaces:
LeastSquaresProblem, OptimizationProblem<LeastSquaresProblem.Evaluation>

public class LeastSquaresAdapter extends Object implements LeastSquaresProblem
An adapter that delegates to another implementation of LeastSquaresProblem.