#include <HookeJeevesIteration.h>
Diagram dziedziczenia dla HookeJeevesIteration
Typy publiczne | |
typedef vector< TrialPoint > | TrialPointContainer |
Kontener punktów próbnych. | |
Metody publiczne | |
HookeJeevesIteration (void) | |
Konstruktor domyślny. | |
HookeJeevesIteration (const ColumnVector &staringPoint) | |
Konstruktor. | |
~HookeJeevesIteration (void) | |
Destruktor. | |
void | AddTrialPoint (const ColumnVector &point, bool better) |
virtual ColumnVector | EndValuePoint () const |
Punkt, w którym należy mierzyć wartość na koniec iteracji. | |
virtual vector< IterationDataIdType > | ClassIds () const |
Zwraca identyfikatory klasy oraz jej rodziców. | |
const ColumnVector & | StartingPoint () const |
ColumnVector & | rStartingPoint () |
const ColumnVector & | OldBasePoint () const |
ColumnVector & | rOldBasePoint () |
const TrialPointContainer & | TrialPoints () const |
const ColumnVector & | BasePoint () const |
ColumnVector & | rBasePoint () |
ColumnVector | StepVector () const |
const ColumnVector & | EndPoint () const |
ColumnVector & | rEndPoint () |
double | OldTau () const |
double & | rOldTau () |
double | NewTau () const |
double & | rNewTau () |
bool & | rStepCancelled () |
bool | IsStepCancelled () const |
Statyczne metody publiczne | |
static IterationDataIdType | ClassId () |
Komponenty | |
struct | TrialPoint |
|
Konstruktor.
|
|
Zwraca identyfikatory klasy oraz jej rodziców. Kolejność identyfikatorów musi być od najbardziej szczegółowej klasy do najbardziej ogólnej. Ten niezbyt ładny mechanizm identyfikacji typów będzie potrzebny przy wyszukiwaniu odpowiedniego modułu wizualizacji dla danej klasy iteracji. Reimplementowana z IterationData. Reimplementowana w HookeJeevesDiscreteIteration i HookeJeevesOptimalIteration. |