|
MOOCHO (Single Doxygen Collection)
Version of the Day
|
Standard new point evaluation step class. More...
#include <MoochoPack_EvalNewPointStd_Step.hpp>

Private Member Functions | |
| EvalNewPointStd_Step () | |
Public types | |
| enum | EFDDerivTesting { FD_DEFAULT, FD_TEST, FD_NO_TEST } |
Constructors / initializers | |
| STANDARD_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy, decomp_sys_handler) | |
| «std comp» members for range/null decomposition handler More... | |
| STANDARD_COMPOSITION_MEMBERS (NLPFirstDerivTester, deriv_tester) | |
| «std comp» members for first derivative tester object More... | |
| STANDARD_COMPOSITION_MEMBERS (VariableBoundsTester, bounds_tester) | |
| «std comp» Members for variable bounds tester object More... | |
| STANDARD_COMPOSITION_MEMBERS (DecompositionSystemTester, decomp_sys_tester) | |
| «std comp» members for decomp_sys tester tester object More... | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS (EFDDerivTesting, fd_deriv_testing) | |
| Set how and if finite derivatives are tested. More... | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy::EDecompSysTesting, decomp_sys_testing) | |
| Set how and if the decomposition system is tested. More... | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy::EDecompSysPrintLevel, decomp_sys_testing_print_level) | |
| Set how to set the print level for decomp_sys_tester (only if testing). More... | |
| 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. 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 |
Additional Inherited Members | |
Public Types inherited from IterationPack::AlgorithmStep | |
| typedef size_t | poss_type |
Public Member Functions inherited from IterationPack::AlgorithmStep | |
| virtual | ~AlgorithmStep () |
| virtual void | initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm just before the algorithm is run. More... | |
| virtual void | inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm to inform when a runtime configuration change is finihed. More... | |
| virtual void | finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm just after an algorithm is terminiated. More... | |
Standard new point evaluation step class.
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 61 of file MoochoPack_EvalNewPointStd_Step.hpp.
| Enumerator | |
|---|---|
| FD_DEFAULT | |
| FD_TEST | |
| FD_NO_TEST | |
Definition at line 70 of file MoochoPack_EvalNewPointStd_Step.hpp.
| MoochoPack::EvalNewPointStd_Step::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.
new_point == true by default.
Definition at line 69 of file MoochoPack_EvalNewPointStd_Step.cpp.
|
private |
| MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS | ( | DecompositionSystemHandler_Strategy | , |
| decomp_sys_handler | |||
| ) |
«std comp» members for range/null decomposition handler
| MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS | ( | NLPFirstDerivTester | , |
| deriv_tester | |||
| ) |
«std comp» members for first derivative tester object
| MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS | ( | VariableBoundsTester | , |
| bounds_tester | |||
| ) |
«std comp» Members for variable bounds tester object
| MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS | ( | DecompositionSystemTester | , |
| decomp_sys_tester | |||
| ) |
«std comp» members for decomp_sys tester tester object
| MoochoPack::EvalNewPointStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS | ( | EFDDerivTesting | , |
| fd_deriv_testing | |||
| ) |
Set how and if finite derivatives are tested.
ToDo: Finish documentation.
| MoochoPack::EvalNewPointStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS | ( | DecompositionSystemHandler_Strategy::EDecompSysTesting | , |
| decomp_sys_testing | |||
| ) |
Set how and if the decomposition system is tested.
ToDo: Finish documentation.
| MoochoPack::EvalNewPointStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS | ( | DecompositionSystemHandler_Strategy::EDecompSysPrintLevel | , |
| decomp_sys_testing_print_level | |||
| ) |
Set how to set the print level for decomp_sys_tester (only if testing).
ToDo: Finish documentation.
|
virtual |
Implements IterationPack::AlgorithmStep.
Definition at line 87 of file MoochoPack_EvalNewPointStd_Step.cpp.
|
virtual |
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 453 of file MoochoPack_EvalNewPointStd_Step.cpp.
1.8.6