Re: [Math] LeastSquaresOptimizer Design

2015-09-22 Thread Ole Ersoy
One more thing - This is separate from the other stuff. The LMOptimizer has several configuration properties, with corresponding getters and a corresponding with() API. It would be good if these existed on their own class that used Lombok (https://projectlombok.org/) to generate (Byte code) t

Re: [Math] LeastSquaresOptimizer Design

2015-09-22 Thread Ole Ersoy
On 09/22/2015 06:46 AM, Gilles wrote: Hi. On Mon, 21 Sep 2015 19:55:15 -0500, Ole Ersoy wrote: Hola, On 09/21/2015 04:15 PM, Gilles wrote: Hi. On Sun, 20 Sep 2015 15:04:08 -0500, Ole Ersoy wrote: On 09/20/2015 05:51 AM, Gilles wrote: On Sun, 20 Sep 2015 01:12:49 -0500, Ole Ersoy wrote: Wa

Re: [Math] LeastSquaresOptimizer Design

2015-09-22 Thread Gilles
Hi. On Mon, 21 Sep 2015 19:55:15 -0500, Ole Ersoy wrote: Hola, On 09/21/2015 04:15 PM, Gilles wrote: Hi. On Sun, 20 Sep 2015 15:04:08 -0500, Ole Ersoy wrote: On 09/20/2015 05:51 AM, Gilles wrote: On Sun, 20 Sep 2015 01:12:49 -0500, Ole Ersoy wrote: Wanted to float some ideas for the LeastSq