MoochoPack : Framework for Large-Scale Optimization Algorithms  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
MoochoPack::NLPSolverClientInterfaceSetOptions Class Reference

Set options for NLPSolverClientInterface from an OptionsFromStream object. More...

#include <MoochoPack_NLPSolverClientInterfaceSetOptions.hpp>

Inheritance diagram for MoochoPack::NLPSolverClientInterfaceSetOptions:
Inheritance graph
[legend]

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

MoochoPack::NLPSolverClientInterfaceSetOptions::NLPSolverClientInterfaceSetOptions ( NLPSolverClientInterface target = 0,
const char  opt_grp_name[] = "NLPSolverClientInterface" 
)

Member Function Documentation

void MoochoPack::NLPSolverClientInterfaceSetOptions::setOption ( int  option_num,
const std::string &  option_value 
)
protectedvirtual

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 98 of file MoochoPack_NLPSolverClientInterfaceSetOptions.cpp.


The documentation for this class was generated from the following files: