MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for ReducedHessianSecantUpdateBFGSProjected_Strategy from a OptionsFromStream object. More...
#include <MoochoPack_ReducedHessianSecantUpdateBFGSProjected_StrategySetOptions.hpp>
Public Member Functions | |
ReducedHessianSecantUpdateBFGSProjected_StrategySetOptions (ReducedHessianSecantUpdateBFGSProjected_Strategy *target=0, const char opt_grp_name[]="ReducedHessianSecantUpdatePBFGS") | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStreamNode | |
SetOptionsFromStreamNode (const std::string &options_group, int num_options, const char *option_names[], bool exists_optional=true) | |
Constructs with the name of the options group and the names of the options. More... | |
void | set_options (const OptionsFromStream &options) |
Overridden from SetOptionsFromStream and calls setOption(...). More... | |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsFromStream | |
virtual | ~SetOptionsFromStream () |
Public Member Functions inherited from OptionsFromStreamPack::SetOptionsToTargetBase< ReducedHessianSecantUpdateBFGSProjected_Strategy > | |
SetOptionsToTargetBase (ReducedHessianSecantUpdateBFGSProjected_Strategy *target=0) | |
void | set_target (ReducedHessianSecantUpdateBFGSProjected_Strategy *target) |
ReducedHessianSecantUpdateBFGSProjected_Strategy * | get_target () |
const ReducedHessianSecantUpdateBFGSProjected_Strategy * | get_target () const |
ReducedHessianSecantUpdateBFGSProjected_Strategy & | target () |
const ReducedHessianSecantUpdateBFGSProjected_Strategy & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for ReducedHessianSecantUpdateBFGSProjected_Strategy from a OptionsFromStream object.
The options group is (with the default name):
{verbatim} options_group ReducedHessianSecantUpdateBFGSProjected { act_set_frac_proj_start = 0.8; *** (+dbl) project_error_tol = 1e-5; *** (+dbl) [0.0, 1.0] super_basic_mult_drop_tol = 1e-5; *** (+dbl) } {verbatim}
{description} [act_set_frac_proj_start] ToDo : Finish. [project_error_tol] ToDo : Finish. [super_basic_mult_drop_tol] ToDo: Finish. {description}
Definition at line 70 of file MoochoPack_ReducedHessianSecantUpdateBFGSProjected_StrategySetOptions.hpp.
MoochoPack::ReducedHessianSecantUpdateBFGSProjected_StrategySetOptions::ReducedHessianSecantUpdateBFGSProjected_StrategySetOptions | ( | ReducedHessianSecantUpdateBFGSProjected_Strategy * | target = 0 , |
const char | opt_grp_name[] = "ReducedHessianSecantUpdatePBFGS" |
||
) |
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.