28 #ifndef _math_optimize_qnewton_h 29 #define _math_optimize_qnewton_h 35 #include <util/state/state.h> 36 #include <util/class/class.h> 37 #include <math/scmat/matrix.h> 38 #include <math/optimize/function.h> 39 #include <math/optimize/opt.h> 40 #include <math/optimize/update.h> 52 double maxabs_gradient;
59 int take_newton_step_;
66 int dynamic_grad_acc_;
Serializes objects that derive from SavableState.
Definition: stateout.h:61
A template class that maintains references counts.
Definition: ref.h:332
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization. ...
Definition: matrix.h:261
The QNewtonOpt implements a quasi-Newton optimization scheme.
Definition: qnewton.h:49
void init()
Initialize the optimizer.
Restores objects that derive from SavableState.
Definition: statein.h:70
The Optimize class is an abstract base class for classes that find the extreme points of Function's...
Definition: opt.h:47
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
QNewtonOpt(const Ref< KeyVal > &)
The KeyVal constructor.