Re: [COMPRESS] pkware header id for crypto extensions

2015-09-20 Thread Bear Giles
I took out some debugging scaffolding so you can check it out. One of the unit tests fails but it should since it's trying to read an archive with an encrypted CD. (I haven't gotten around to wrapping it with an exception handler that fails if an exception isn't thrown.) Theoretically you can do a

Re: [Math] LeastSquaresOptimizer Design

2015-09-20 Thread Ole Ersoy
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 LeastSquaresOptimizer (Possibly General Optimizer) design. For example with the LevenbergMarquardtOptimizer we would do: `LevenbergMarquardtOptimizer.optimize(Optimiza

Re: [Math] LeastSquaresOptimizer Design

2015-09-20 Thread Gilles
On Sun, 20 Sep 2015 01:12:49 -0500, Ole Ersoy wrote: Wanted to float some ideas for the LeastSquaresOptimizer (Possibly General Optimizer) design. For example with the LevenbergMarquardtOptimizer we would do: `LevenbergMarquardtOptimizer.optimize(OptimizationContext c);` Rough optimize() outlin