MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Set options for NLPSolverClientInterface from an OptionsFromStream
object.
More...
#include <MoochoPack_NLPSolverClientInterfaceSetOptions.hpp>
Public Member Functions | |
NLPSolverClientInterfaceSetOptions (NLPSolverClientInterface *target=0, const char opt_grp_name[]="NLPSolverClientInterface") | |
Protected Member Functions | |
void | setOption (int option_num, const std::string &option_value) |
Overridden from SetOptionsFromStreamNode. More... | |
Set options for NLPSolverClientInterface from an OptionsFromStream
object.
The default options group name is NLPSolverClientInterface.
The options group is:
options_group NLPSolverClientInterface { max_iter = ?; max_run_time = ?; *** In minutes opt_tol = ?; feas_tol = ?; step_tol = ?; journal_output_level = ?; journal_print_digits = ?; check_results = ?; calc_conditioning = ? }
See the class NLPSolverClientInterface
for a description of these parameters.
Definition at line 74 of file MoochoPack_NLPSolverClientInterfaceSetOptions.hpp.
MoochoPack::NLPSolverClientInterfaceSetOptions::NLPSolverClientInterfaceSetOptions | ( | NLPSolverClientInterface * | target = 0 , |
const char | opt_grp_name[] = "NLPSolverClientInterface" |
||
) |
Definition at line 89 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 98 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp.