Files | Admin

Notes:

Release Name: 0.2.0

Notes:
Minimization algorithms on pure Ruby.


Changes: === 0.2.0 / 2010-04-15 * New Minimization::NewtonRahpson class, which implements a naive Newton-Rahpson minimization method x=x_n-(f'(x)/f''(x))