#include <MoochoPack_NLPAlgo.hpp>
Inheritance diagram for MoochoPack::NLPAlgo:
Overridden form rSQPAlgoInteface | |
| const NLPAlgoState & | retrieve_state () const |
| | |
| NLPSolverClientInterface::EFindMinReturn | dispatch () |
| This is the main control function for the rSQP algorithm. | |
| void | interface_print_algorithm (std::ostream &out) const |
| | |
| void | interface_set_algo_timing (bool algo_timing) |
| | |
| bool | interface_algo_timing () const |
| | |
| void | interface_print_algorithm_times (std::ostream &out) const |
| | |
Public Member Functions | |
| NLPAlgo () | |
| Constructs with no step, added_step, pre_step, post_step, state, or decomp_sys objects added. | |
| NLPAlgoState & | rsqp_state () |
| <<std aggr="">> members for algo_cntr <<std aggr="">> members for nlp . | |
| const NLPAlgoState & | rsqp_state () const |
| | |
| void | do_step_first (Algorithm::poss_type first_step_poss) |
| | |
| void | print_algorithm (std::ostream &out) const |
| overridden from Algorihth. . | |
Definition at line 42 of file MoochoPack_NLPAlgo.hpp.
|
|
Constructs with no step, added_step, pre_step, post_step, state, or decomp_sys objects added.
Definition at line 38 of file MoochoPack_NLPAlgo.cpp. |
|
|
<<std aggr="">> members for algo_cntr <<std aggr="">> members for nlp .
Definition at line 63 of file MoochoPack_NLPAlgo.hpp. |
|
|
Definition at line 67 of file MoochoPack_NLPAlgo.hpp. |
|
|
Definition at line 71 of file MoochoPack_NLPAlgo.hpp. |
|
|
Implements MoochoPack::NLPAlgoInterface. Definition at line 44 of file MoochoPack_NLPAlgo.cpp. |
|
|
This is the main control function for the rSQP algorithm. This function basically just calls Algorithm::do_algorithm(...). Implements MoochoPack::NLPAlgoInterface. Definition at line 50 of file MoochoPack_NLPAlgo.cpp. |
|
|
Implements MoochoPack::NLPAlgoInterface. Definition at line 70 of file MoochoPack_NLPAlgo.cpp. |
|
|
Implements MoochoPack::NLPAlgoInterface. Definition at line 75 of file MoochoPack_NLPAlgo.cpp. |
|
|
Implements MoochoPack::NLPAlgoInterface. Definition at line 79 of file MoochoPack_NLPAlgo.cpp. |
|
|
Implements MoochoPack::NLPAlgoInterface. Definition at line 83 of file MoochoPack_NLPAlgo.cpp. |
|
|
overridden from Algorihth. .
Reimplemented from IterationPack::Algorithm. Definition at line 89 of file MoochoPack_NLPAlgo.cpp. |
1.3.9.1