Evaluation Member List

This is the complete list of members for Evaluation, including all inherited members.
addTypeDescription(QString type, QString shortHelp, QString longHelp=QString(""))ParameterSettable [protected, static]
AllowMultipleParameterSettable
clone() const =0Evaluation [pure virtual]
configure(ConfigurationParameters &params, QString prefix)=0ParameterSettableWithConfigureFunction [pure virtual]
DefaultParameterSettable
describe(QString type)ParameterSettable [static]
evaluate()Evaluation
evaluateStep()Evaluation
Evaluation()Evaluation
evaluationDone()Evaluation [protected]
finalize()Evaluation
fini()=0Evaluation [protected, pure virtual]
GA()Evaluation [inline]
GA() const Evaluation [inline]
genome()Evaluation [inline]
genotype()Evaluation [inline]
genotypeID()Evaluation [inline]
InfinityParameterSettable [static]
init()=0Evaluation [protected, pure virtual]
initialize(Genotype *genotypeToEvaluate)Evaluation
isEvaluationDone()Evaluation
IsListParameterSettable
IsMandatoryParameterSettable
markParameterAsRuntime(QString paramName, int *paramPointer)ParameterSettable [protected]
markParameterAsRuntime(QString paramName, T *paramOwner, void(T::*setterMethod)(bool), bool(T::*getterMethod)() const )ParameterSettable [protected]
markParameterAsRuntime(QString paramName, T *paramOwner, void(T::*setterMethod)(float), float(T::*getterMethod)() const )ParameterSettable [protected]
markParameterAsRuntime(QString paramName, T *paramOwner, void(T::*setterMethod)(double), double(T::*getterMethod)() const )ParameterSettable [protected]
markParameterAsRuntime(QString paramName, T *paramOwner, void(T::*setterMethod)(unsigned int), unsigned int(T::*getterMethod)() const )ParameterSettable [protected]
markParameterAsRuntime(QString paramName, T *paramOwner, void(T::*setterMethod)(int), int(T::*getterMethod)() const )ParameterSettable [protected]
markParameterAsRuntime(QString paramName, bool *paramPointer)ParameterSettable [protected]
markParameterAsRuntime(QString paramName, double *paramPointer)ParameterSettable [protected]
markParameterAsRuntime(QString paramName, unsigned int *paramPointer)ParameterSettable [protected]
MaxIntegerParameterSettable [static]
MinIntegerParameterSettable [static]
ParameterSettable()ParameterSettable
ParameterSettableWithConfigureFunction()ParameterSettableWithConfigureFunction
postConfigureInitialization()ParameterSettable [virtual]
Property enum nameParameterSettable
runtimeParameterList()ParameterSettable
save(ConfigurationParameters &params, QString prefix)=0ParameterSettable [pure virtual]
setGA(GeneticAlgo *g)Evaluation [inline]
setGenome(Genome *g)Evaluation [inline]
setRuntimeParameter(QString paramFullPath, unsigned int newvalue)ParameterSettable
setRuntimeParameter(QString paramFullPath, bool newvalue)ParameterSettable
setRuntimeParameter(QString paramFullPath, int newvalue)ParameterSettable
setRuntimeParameter(QString paramFullPath, double newvalue)ParameterSettable
setRuntimeParameter(QString paramFullPath, float newvalue)ParameterSettable
step()=0Evaluation [protected, pure virtual]
~Evaluation()Evaluation [virtual]
~ParameterSettable()ParameterSettable [virtual]
~ParameterSettableWithConfigureFunction()ParameterSettableWithConfigureFunction [virtual]