FixedSize Member List

This is the complete list of members for FixedSize, including all inherited members.
addTypeDescription(QString type, QString shortHelp, QString longHelp=QString(""))ParameterSettable [protected, static]
AllowMultipleParameterSettable
configure(ConfigurationParameters &params, QString prefix)FixedSize [virtual]
crossFixedSize [protected]
crossover()FixedSize
crossoverRate()FixedSize
DefaultParameterSettable
describe(QString type)FixedSize [static]
enableElitism(bool enable=true)FixedSize
FixedSize()FixedSize
gaReproduction [protected]
GA()Reproduction [inline]
InfinityParameterSettable [static]
isElitismFixedSize [protected]
isElitismEnabled()FixedSize
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]
mutaFixedSize [protected]
mutation()FixedSize
nElitedFixedSize [protected]
numberElited()FixedSize
ParameterSettable()ParameterSettable
ParameterSettableWithConfigureFunction()ParameterSettableWithConfigureFunction
postConfigureInitialization()ParameterSettable [virtual]
probCrossoverFixedSize [protected]
Property enum nameParameterSettable
reproduction(const Genome *)FixedSize [virtual]
Reproduction()Reproduction [inline]
runtimeParameterList()ParameterSettable
save(ConfigurationParameters &params, QString prefix)FixedSize [virtual]
selFixedSize [protected]
selection()FixedSize
setCrossover(Crossover *muta)FixedSize
setCrossoverRate(double prob)FixedSize
setGA(GeneticAlgo *g)Reproduction [inline]
setMutation(Mutation *muta)FixedSize
setNumberElited(unsigned int nelited)FixedSize
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
setSelection(Selection *sel)FixedSize
~FixedSize()FixedSize [virtual]
~ParameterSettable()ParameterSettable [virtual]
~ParameterSettableWithConfigureFunction()ParameterSettableWithConfigureFunction [virtual]
~Reproduction()Reproduction [inline, virtual]