comparison 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
comparison
equal deleted inserted replaced
8985:193804a4f82f 8986:22c8272af34b
1 2009-03-17 Jaroslav Hajek <highegg@gmail.com>
2
3 * optimization/__fdjac__.m: Pass in fvec to save one evaluation.
4 * optimization/fsolve.m: Avoid redundant reevaluation when using
5 FD jacobians. Document how it can be done with user jacobians. Make
6 first iteration special and call outputfcn after it. Skip updates
7 unless two successful iterations have occured.
8 * optimization/__dogleg__.m: Add missing alpha in the zero-gradient
9 case.
10
1 2009-03-14 Jaroslav Hajek <highegg@gmail.com> 11 2009-03-14 Jaroslav Hajek <highegg@gmail.com>
2 12
3 * statistics/base/var.m: a -> x. 13 * statistics/base/var.m: a -> x.
4 14
5 2009-03-13 Jaroslav Hajek <highegg@gmail.com> 15 2009-03-13 Jaroslav Hajek <highegg@gmail.com>