Mercurial > hg > octave-nkf
comparison scripts/ChangeLog @ 8990:349d75161672
more cosmetic adjustments to fsolve
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 17 Mar 2009 13:38:16 +0100 |
parents | 22c8272af34b |
children | 187a9d9c2f04 |
comparison
equal
deleted
inserted
replaced
8989:46a12e3f882c | 8990:349d75161672 |
---|---|
5 FD jacobians. Document how it can be done with user jacobians. Make | 5 FD jacobians. Document how it can be done with user jacobians. Make |
6 first iteration special and call outputfcn after it. Skip updates | 6 first iteration special and call outputfcn after it. Skip updates |
7 unless two successful iterations have occured. | 7 unless two successful iterations have occured. |
8 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient | 8 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient |
9 case. | 9 case. |
10 * optimization/fsolve.m: Remove autodg (not used), simplify. | |
10 | 11 |
11 2009-03-14 Jaroslav Hajek <highegg@gmail.com> | 12 2009-03-14 Jaroslav Hajek <highegg@gmail.com> |
12 | 13 |
13 * statistics/base/var.m: a -> x. | 14 * statistics/base/var.m: a -> x. |
14 | 15 |