Main Page   Class Hierarchy   Compound List   File List   Compound Members   Related Pages  

QNewtonOpt Class Reference

The QNewtonOpt implements a quasi-Newton optimization scheme. More...

#include <qnewton.h>

Inheritance diagram for QNewtonOpt

Inheritance graph
[legend]
Collaboration diagram for QNewtonOpt:

Collaboration graph
[legend]
List of all members.

Public Methods

 QNewtonOpt (const Ref< KeyVal > &)
 The KeyVal constructor. More...

 QNewtonOpt (StateIn &)
 ~QNewtonOpt ()
void save_data_state (StateOut &)
 Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. More...

void apply_transform (const Ref< NonlinearTransform > &)
void init ()
 Initialize the optimizer.

int update ()
 Take a step. More...


Protected Attributes

double maxabs_gradient
double accuracy_
RefSymmSCMatrix ihessian_
Ref<HessianUpdateupdate_
Ref<LineOptlineopt_
int take_newton_step_
int print_hessian_
int print_x_
int print_gradient_

Detailed Description

The QNewtonOpt implements a quasi-Newton optimization scheme.


Constructor & Destructor Documentation

QNewtonOpt::QNewtonOpt ( const Ref< KeyVal > & )
 

The KeyVal constructor.

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.


Member Function Documentation

void QNewtonOpt::save_data_state ( StateOut & s ) [virtual]
 

Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them.

This must be implemented by the derived class if the class has data.

Reimplemented from Optimize.

int QNewtonOpt::update ( ) [virtual]
 

Take a step.

Returns 1 if the optimization has converged, otherwise 0.

Reimplemented from Optimize.


The documentation for this class was generated from the following file:
Generated at Thu Oct 4 18:09:37 2001 for MPQC 2.0.0 using the documentation package Doxygen 1.2.5.