Thanks for pointing out the test part of the sources. Having spent some time going through NonLinearConjugateGradientOptimizerTest.java for instance, I can say that comments in the code are rare, and I am unfortunately not much closer to being able to minimize (with bounds) a univariate function of two variables for which I can provide a gradient. If anyone can point me to the relevant example, it would be greatly appreciated.
Thanks, Philippe On Fri, May 24, 2013 at 11:04 AM, Gilles <[email protected]>wrote: > On Fri, 24 May 2013 10:48:10 -0400, Mister Mak wrote: > >> Thanks. What about a method like NonLinearConjugateGradientOpti**mizer? >> The >> API is not so clear - are there any examples of usage? >> >> If it can be helpful for others, I will collate the information I am >> receiving on the general topic of optimizing with commons and post it. >> > > One way to understand usage is to download the project from the SVN > repository and look into the "test" part of the sources. > > Best regards, > Gilles > > P.S. The API of the optimizers will probably change shortly (there is a > recent > thread about "fluent API" on the "dev" ML). > > [...] >> > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > user-unsubscribe@commons.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
