MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for ReducedHessianSecantUpdateBFGSProjected_Strategy from a OptionsFromStream object. More...
#include <MoochoPack_ReducedHessianSecantUpdateLPBFGS_StrategySetOptions.hpp>
Public Member Functions | |
ReducedHessianSecantUpdateLPBFGS_StrategySetOptions (ReducedHessianSecantUpdateLPBFGS_Strategy *target=0, const char opt_grp_name[]="ReducedHessianSecantUpdateLPBFGS") | |
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< ReducedHessianSecantUpdateLPBFGS_Strategy > | |
SetOptionsToTargetBase (ReducedHessianSecantUpdateLPBFGS_Strategy *target=0) | |
void | set_target (ReducedHessianSecantUpdateLPBFGS_Strategy *target) |
ReducedHessianSecantUpdateLPBFGS_Strategy * | get_target () |
const ReducedHessianSecantUpdateLPBFGS_Strategy * | get_target () const |
ReducedHessianSecantUpdateLPBFGS_Strategy & | target () |
const ReducedHessianSecantUpdateLPBFGS_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 ReducedHessianSecantUpdateLPBFGS { min_num_updates_proj_start = 0; *** (+int) max_num_updates_proj_start = 999999; *** (+int) num_superbasics_switch_dense = 500; *** (+int) num_add_recent_updates = 10; *** (+int) } {verbatim}
{description} ToDo : Finish {description}
Definition at line 69 of file MoochoPack_ReducedHessianSecantUpdateLPBFGS_StrategySetOptions.hpp.
MoochoPack::ReducedHessianSecantUpdateLPBFGS_StrategySetOptions::ReducedHessianSecantUpdateLPBFGS_StrategySetOptions | ( | ReducedHessianSecantUpdateLPBFGS_Strategy * | target = 0 , |
const char | opt_grp_name[] = "ReducedHessianSecantUpdateLPBFGS" |
||
) |
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.