Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8986:22c8272af34b
improvements to fsolve & family
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 17 Mar 2009 08:49:08 +0100 |
parents | 80d499b82ff3 |
children | 349d75161672 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,13 @@ +2009-03-17 Jaroslav Hajek <highegg@gmail.com> + + * optimization/__fdjac__.m: Pass in fvec to save one evaluation. + * optimization/fsolve.m: Avoid redundant reevaluation when using + FD jacobians. Document how it can be done with user jacobians. Make + first iteration special and call outputfcn after it. Skip updates + unless two successful iterations have occured. + * optimization/__dogleg__.m: Add missing alpha in the zero-gradient + case. + 2009-03-14 Jaroslav Hajek <highegg@gmail.com> * statistics/base/var.m: a -> x.