|
MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Class for storing statistics about the changes in the active set of an SQP algorithm. More...
#include <MoochoPack_ActSetStats.hpp>
Public Types | |
| enum | |
| Set to this value if a statistic is not known. More... | |
Public Member Functions | |
| ActSetStats () | |
| Construct all unknowns. | |
| void | set_stats (int num_active, int num_adds, int num_drops, int num_active_indep, int num_adds_indep, int num_drops_indep) |
| Initialize the statistics. | |
| int | num_active () const |
| | |
| int | num_adds () const |
| | |
| int | num_drops () const |
| | |
| int | num_active_indep () const |
| | |
| int | num_adds_indep () const |
| | |
| int | num_drops_indep () const |
| | |
Class for storing statistics about the changes in the active set of an SQP algorithm.
Definition at line 52 of file MoochoPack_ActSetStats.hpp.
| anonymous enum |
Set to this value if a statistic is not known.
Definition at line 58 of file MoochoPack_ActSetStats.hpp.
| MoochoPack::ActSetStats::ActSetStats | ( | ) | [inline] |
Construct all unknowns.
Definition at line 63 of file MoochoPack_ActSetStats.hpp.
| void MoochoPack::ActSetStats::set_stats | ( | int | num_active, |
| int | num_adds, | ||
| int | num_drops, | ||
| int | num_active_indep, | ||
| int | num_adds_indep, | ||
| int | num_drops_indep | ||
| ) | [inline] |
Initialize the statistics.
Definition at line 69 of file MoochoPack_ActSetStats.hpp.
| int MoochoPack::ActSetStats::num_active | ( | ) | const [inline] |
Definition at line 83 of file MoochoPack_ActSetStats.hpp.
| int MoochoPack::ActSetStats::num_adds | ( | ) | const [inline] |
Definition at line 88 of file MoochoPack_ActSetStats.hpp.
| int MoochoPack::ActSetStats::num_drops | ( | ) | const [inline] |
Definition at line 93 of file MoochoPack_ActSetStats.hpp.
| int MoochoPack::ActSetStats::num_active_indep | ( | ) | const [inline] |
Definition at line 99 of file MoochoPack_ActSetStats.hpp.
| int MoochoPack::ActSetStats::num_adds_indep | ( | ) | const [inline] |
Definition at line 104 of file MoochoPack_ActSetStats.hpp.
| int MoochoPack::ActSetStats::num_drops_indep | ( | ) | const [inline] |
Definition at line 109 of file MoochoPack_ActSetStats.hpp.
1.7.6.1