|
NLPInterfacePack: C++ Interfaces and Implementation for Non-Linear Programs
Version of the Day
|
Set options for NLPDirectTester from an OptionsFromStream object.
More...
#include <NLPInterfacePack_NLPDirectTesterSetOptions.hpp>

Public Member Functions | |
| NLPDirectTesterSetOptions (NLPDirectTester *target=0, const char opt_grp_name[]="NLPDirectTester") | |
Protected Member Functions | |
| void | setOption (int option_num, const std::string &option_value) |
| Overridden from SetOptionsFromStreamNode. More... | |
Set options for NLPDirectTester from an OptionsFromStream object.
The default options group name is 'NLPDirectTester'.
The options group is:
options_group NLPDirectTester {
* Gf_testing_method = FD_COMPUTE_ALL;
Gf_testing_method = FD_DIRECTIONAL;
Gf_warning_tol = 1e-6;
Gf_error_tol = 1e-1;
* Gc_testing_method = FD_COMPUTE_ALL;
Gc_testing_method = FD_DIRECTIONAL;
Gc_warning_tol = 1e-6;
Gc_error_tol = 1e-1;
num_fd_directions = 3; *** [testing_method == FD_DIRECTIONAL]
dump_all = false;
}
Definition at line 73 of file NLPInterfacePack_NLPDirectTesterSetOptions.hpp.
| NLPInterfacePack::NLPDirectTesterSetOptions::NLPDirectTesterSetOptions | ( | NLPDirectTester * | target = 0, |
| const char | opt_grp_name[] = "NLPDirectTester" |
||
| ) |
Definition at line 79 of file NLPInterfacePack_NLPDirectTesterSetOptions.cpp.
|
protectedvirtual |
Overridden from SetOptionsFromStreamNode.
Implements OptionsFromStreamPack::SetOptionsFromStreamNode.
Definition at line 87 of file NLPInterfacePack_NLPDirectTesterSetOptions.cpp.
1.8.6