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::EvalNewPointTailoredApproach_StepSetOptions Class Reference

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

#include <MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.hpp>

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

Public Member Functions

 EvalNewPointTailoredApproach_StepSetOptions (EvalNewPointTailoredApproach_Step *target=0, const char opt_grp_name[]="EvalNewPointTailoredApproach")
 

Protected Member Functions

void setOption (int option_num, const std::string &option_value)
 Overridden from SetOptionsFromStreamNode. More...
 

Detailed Description

Set options for EvalNewPointTailoredApproach_Step from an OptionsFromStream object.

The default options group name is EvalNewPointTailoredApproach.

The options group is:

{verbatim} options_group EvalNewPointTailoredApproach { fd_deriv_testing = FD_DEFAULT; } {verbatim}

{description} [fd_deriv_testing] Determines if finite differerece testing of the derivatives of the Gc and Gf. See the class {EvalNewPointTailoredApproach_Step} and its printed algorithm for more details). {description} [FD_DEFAULT] The global flag check_results determines if the tests are performed. [FD_TEST] The tests are performed reguardless the value of check_results [FD_NO_TEST] The tests are not performed reguardless the value of check_results {description}

Definition at line 77 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.hpp.

Constructor & Destructor Documentation

MoochoPack::EvalNewPointTailoredApproach_StepSetOptions::EvalNewPointTailoredApproach_StepSetOptions ( EvalNewPointTailoredApproach_Step target = 0,
const char  opt_grp_name[] = "EvalNewPointTailoredApproach" 
)

Member Function Documentation

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

Overridden from SetOptionsFromStreamNode.

Implements OptionsFromStreamPack::SetOptionsFromStreamNode.

Definition at line 73 of file MoochoPack_EvalNewPointTailoredApproach_StepSetOptions.cpp.


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