MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Set options for BFGSUpdate_Strategy from an OptionsFromStream object. More...
#include <MoochoPack_BFGSUpdate_StrategySetOptions.hpp>
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. More... | |
Set options for BFGSUpdate_Strategy from an OptionsFromStream object.
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 70 of file MoochoPack_BFGSUpdate_StrategySetOptions.hpp.
MoochoPack::BFGSUpdate_StrategySetOptions::BFGSUpdate_StrategySetOptions | ( | BFGSUpdate_Strategy * | target = 0 , |
const char | opt_grp_name[] = "BFGSUpdate" |
||
) |
Definition at line 73 of file MoochoPack_BFGSUpdate_StrategySetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 82 of file MoochoPack_BFGSUpdate_StrategySetOptions.cpp.