Hi,

I am having a horrible time trying to get the new interfaces to work. I
clearly don't understand the changes.

I'd like to do the NonLinearConjugateGradientOptimizer and I can't get the
constructor to work in the new implementation.  So far, I have:

NonLinearConjugateGradientOptimizer optimizer = new
NonLinearConjugateGradientOptimizer(NonLinearConjugateGradientOptimizer.Formula.POLAK_RIBIERE,
new SimpleValueChecker(1e-13, 1e-13));

The error is thrown on SimpleValueChecker, it requires a convergence
checker.  How do I make an instance of ConvergenceChecker that is acceptable
to the NonLinearConjugateGradient constructor?

Thanks,

Rob



--
View this message in context: 
http://apache-commons.680414.n4.nabble.com/Conjugate-Gradient-Math-3-2-tp4657021.html
Sent from the Commons - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to