MOOCHO (Single Doxygen Collection)
Version of the Day
|
Set options for LineSearchWatchDog_Step from a OptionsFromStream object. More...
#include <MoochoPack_LineSearchWatchDog_StepSetOptions.hpp>
Public Member Functions | |
LineSearchWatchDog_StepSetOptions (LineSearchWatchDog_Step *target=0) | |
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< LineSearchWatchDog_Step > | |
SetOptionsToTargetBase (LineSearchWatchDog_Step *target=0) | |
void | set_target (LineSearchWatchDog_Step *target) |
LineSearchWatchDog_Step * | get_target () |
const LineSearchWatchDog_Step * | get_target () const |
LineSearchWatchDog_Step & | target () |
const LineSearchWatchDog_Step & | target () const |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for LineSearchWatchDog_Step from a OptionsFromStream object.
The options group is:
{verbatim} options_group LineSearchWatchDog { opt_kkt_err_threshold = 1e-3; *** (+dbl) feas_kkt_err_threshold = 1e-3; *** (+dbl) } {verbatim}
{description} [opt_kkt_err_threshold] ToDo : Finish. Example: opt_kkt_err_threshold = 1e-1; [feas_kkt_err_threshold] ToDo : Finish. Example: feas_kkt_err_threshold = 1e-2; {description}
Definition at line 70 of file MoochoPack_LineSearchWatchDog_StepSetOptions.hpp.
MoochoPack::LineSearchWatchDog_StepSetOptions::LineSearchWatchDog_StepSetOptions | ( | LineSearchWatchDog_Step * | target = 0 | ) |
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.