The KeyVal constructor reads the following keywords:
update
This gives a HessianUpdate object. The default is to not update the hessian.
hessian
By default, the guess hessian is obtained from the Function object. This keyword specifies an lower triangle array (the second index must be less than or equal to than the first) that replaces the guess hessian. If some of the elements are not given, elements from the guess hessian will be used.
lineopt
This gives a LineOpt object for doing line optimizations in the Newton direction. The default is to skip the line optimizations.
accuracy
The accuracy with which the first gradient will be computed. If this is too large, it may be necessary to evaluate the first gradient point twice. If it is too small, it may take longer to evaluate the first point. The default is 0.0001.
print_x
If true, print the coordinates each iteration. The default is false.
print_gradient
If true, print the gradient each iteration. The default is false.
print_hessian
If true, print the approximate hessian each iteration. The default is false.