#include <MoochoPack_EvalNewPointStd_Step.hpp>
Inheritance diagram for MoochoPack::EvalNewPointStd_Step:

Public types | |
| enum | EFDDerivTesting |
| More... | |
Constructors / initializers | |
| STANDARD_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy, decomp_sys_handler) | |
| «std comp» members for range/null decomposition handler | |
| STANDARD_COMPOSITION_MEMBERS (NLPFirstDerivTester, deriv_tester) | |
| «std comp» members for first derivative tester object | |
| STANDARD_COMPOSITION_MEMBERS (VariableBoundsTester, bounds_tester) | |
| «std comp» Members for variable bounds tester object | |
| STANDARD_COMPOSITION_MEMBERS (DecompositionSystemTester, decomp_sys_tester) | |
| «std comp» members for decomp_sys tester tester object | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS (EFDDerivTesting, fd_deriv_testing) | |
| Set how and if finite derivatives are tested. | |
| STANDARD_MEMBER_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy::EDecompSysTesting, decomp_sys_testing) | |
| Set how and if the decomposition system is tested. | |
| 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). | |
| 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. | |
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.
| 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 56 of file MoochoPack_EvalNewPointStd_Step.cpp.
| 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.
| bool MoochoPack::EvalNewPointStd_Step::do_step | ( | Algorithm & | algo, | |
| poss_type | step_poss, | |||
| IterationPack::EDoStepType | type, | |||
| poss_type | assoc_step_poss | |||
| ) |
| void MoochoPack::EvalNewPointStd_Step::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 |
1.4.7