minimization icon indicating copy to clipboard operation
minimization copied to clipboard

Minimization algorithms on pure Ruby

Results 2 minimization issues
Sort by recently updated
recently updated
newest added

I am having difficulty getting the ```Minimization::PolakRibiere``` and ```Minimization::FletcherReeves``` minimizers work with a simple cost function of the form `proc{ |x| (x[0] - @p[0])**2 / s0**2 + (x[1] - @p[1])**2...

@safe_min = 4.503599e15 should be @safe_min = 4.503599e-15 ?