| Keyword | Arg Type | Arg Vals | Default |
| Common | |||
| cgeps | float | [1e-10, |
0.0005 |
| rrlambda | float | [0.0, |
10.0 |
| Rare | |||
| binitmean | none | ||
| cgdecay | float | [1.0, |
1000.0 |
| cgmax | int | 0,..., |
100 |
| cgwindow | int | 0,..., |
1 |
| dufunc | int | 1,..., 4 | 1 |
| initalpha | float | (0, |
1e-8 |
| margin | float | [0, |
0.0 |
| modelmax | float | (modelmin, 1.0] | 1.0 |
| modelmin | float | [0.0, modelmax) | 0.0 |
Common keywords and arguments:
Rare keywords and arguments:
| 1 | Polak-Ribiere (non-neg) |
max |
| 2 | Polak-Ribiere |
|
| 3 | Hestenes-Stiefel |
|
| 4 | Fletcher-Reeves |
|
The symbol
represents the opposite of the gradient during the
iteration,
is related to the preconditioning
matrix and is the same as
at this time, and
is the
previous search direction. The default direction update function
is Polak-Ribiere (non-neg). All four direction updates produce the
same result for quadratic objective functions. However, the logistic
regression likelihood function is not quadratic in it's parameters.
), are ``shrunk''
by this amount. That is, 1 is changed to 1 - margin
and 0 is changed to margin. It is recommended that
this parameter be left at its default value.