#include <MoochoPack_EvalNewPointStd_Step.hpp>
Inheritance diagram for MoochoPack::EvalNewPointStd_Step:
Constructors / initializers | |
| void | set_decomp_sys_handler (const Teuchos::RefCountPtr< DecompositionSystemHandler_Strategy > &decomp_sys_handler) |
| «std comp» members for range/null decomposition handler | |
| void | set_deriv_tester (const Teuchos::RefCountPtr< NLPFirstDerivTester > &deriv_tester) |
| «std comp» members for first derivative tester object | |
| void | set_bounds_tester (const Teuchos::RefCountPtr< VariableBoundsTester > &bounds_tester) |
| «std comp» Members for variable bounds tester object | |
| void | set_decomp_sys_tester (const Teuchos::RefCountPtr< DecompositionSystemTester > &decomp_sys_tester) |
| «std comp» members for decomp_sys tester tester object | |
| void | fd_deriv_testing (const EFDDerivTesting &fd_deriv_testing) |
| Set how and if finite derivatives are tested. | |
| void | decomp_sys_testing (const DecompositionSystemHandler_Strategy::EDecompSysTesting &decomp_sys_testing) |
| Set how and if the decomposition system is tested. | |
| void | decomp_sys_testing_print_level (const DecompositionSystemHandler_Strategy::EDecompSysPrintLevel &decomp_sys_testing_print_level) |
| Set how to set the print level for decomp_sys_tester (only if testing). | |
| EvalNewPointStd_Step (const decomp_sys_handler_ptr_t &decomp_sys_handler, const deriv_tester_ptr_t &deriv_tester, const bounds_tester_ptr_t &bounds_tester, const decomp_sys_tester_ptr_t &decomp_sys_tester, EFDDerivTesting fd_deriv_testing=FD_DEFAULT, DecompositionSystemHandler_Strategy::EDecompSysTesting decomp_sys_testing=DecompositionSystemHandler_Strategy::DST_DEFAULT, DecompositionSystemHandler_Strategy::EDecompSysPrintLevel decomp_sys_testing_print_level=DecompositionSystemHandler_Strategy::DSPL_USE_GLOBAL) | |
| Constructor. | |
Public types | |
| enum | EFDDerivTesting |
| More... | |
Overridden from AlgorithmStep | |
| bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
| | |
| void | print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
| | |
This class calculates Gc, Gh, updates the range/null decompositon matrices Z, Y, R, Uz, Uy Vz and Vy and calculates Gf, c, h, and f in that order.
Definition at line 48 of file MoochoPack_EvalNewPointStd_Step.hpp.
|
|
Definition at line 57 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
||||||||||||||||||||||||||||||||
|
Constructor. new_point == true by default. Definition at line 56 of file MoochoPack_EvalNewPointStd_Step.cpp. |
|
|
«std comp» members for range/null decomposition handler
Definition at line 65 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
|
«std comp» members for first derivative tester object
Definition at line 67 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
|
«std comp» Members for variable bounds tester object
Definition at line 69 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
|
«std comp» members for decomp_sys tester tester object
Definition at line 71 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
|
Set how and if finite derivatives are tested. ToDo: Finish documentation. Definition at line 76 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
|
Set how and if the decomposition system is tested. ToDo: Finish documentation. Definition at line 81 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
|
Set how to set the print level for decomp_sys_tester (only if testing). ToDo: Finish documentation. Definition at line 86 of file MoochoPack_EvalNewPointStd_Step.hpp. |
|
||||||||||||||||||||
|
Definition at line 74 of file MoochoPack_EvalNewPointStd_Step.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 438 of file MoochoPack_EvalNewPointStd_Step.cpp. |
1.3.9.1