#include <MoochoPack_BFGSUpdate_StrategySetOptions.hpp>
Inheritance diagram for MoochoPack::BFGSUpdate_StrategySetOptions:
Public Member Functions | |
| BFGSUpdate_StrategySetOptions (BFGSUpdate_Strategy *target=0, const char opt_grp_name[]="BFGSUpdate") | |
| | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. | |
The default options group name is BFGSUpdate.
The options group is:
{verbatim} options_group BFGSUpdate { rescale_init_identity = true; use_dampening = true; secant_testing = DEFAULT; secant_testing = TEST; secant_testing = NO_TEST; secant_warning_tol = 1e-6; secant_error_tol = 1e-2; } {verbatim}
Definition at line 57 of file MoochoPack_BFGSUpdate_StrategySetOptions.hpp.
|
||||||||||||
|
Definition at line 60 of file MoochoPack_BFGSUpdate_StrategySetOptions.cpp. |
|
||||||||||||
|
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode. Definition at line 69 of file MoochoPack_BFGSUpdate_StrategySetOptions.cpp. |
1.3.9.1