MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Set options for TangentialStepWithInequStd_Step from an OptionsFromStream object. More...
#include <MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp>
Public Member Functions | |
TangentialStepWithInequStd_StepSetOptions (TangentialStepWithInequStd_Step *target=NULL, const char opt_grp_name[]="TangentialStepWithInequStd") | |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for TangentialStepWithInequStd_Step from an OptionsFromStream object.
The default options group name is IndepDirecWithBoundsStd.
The options group is:
options_group NullSpaceStepWithInequStd { * warm_start_frac = 0.8; *** (+dbl, [0.0,1.0]) Permform warm start when warm_start_frac * 100% *** of the active set is the same. qp_testing = QP_TEST_DEFAULT; * qp_testing = QP_TEST; * qp_testing = QP_NO_TEST; * primal_feasible_point_error = true; * dual_feasible_point_error = true; }
Definition at line 71 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.hpp.
MoochoPack::TangentialStepWithInequStd_StepSetOptions::TangentialStepWithInequStd_StepSetOptions | ( | TangentialStepWithInequStd_Step * | target = NULL , |
const char | opt_grp_name[] = "TangentialStepWithInequStd" |
||
) |
Definition at line 72 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 82 of file MoochoPack_TangentialStepWithInequStd_StepSetOptions.cpp.