RandomBit Member List

This is the complete list of members for RandomBit, including all inherited members.
addTypeDescription(QString type, QString shortHelp, QString longHelp=QString(""))ParameterSettable [protected, static]
AllowMultipleParameterSettable
configure(ConfigurationParameters &params, QString prefix)Mutation [virtual]
DefaultParameterSettable
describe(QString type)RandomBit [static]
finalMutationRate(int bit)Mutation
GA()Mutation [inline]
gaMutation [protected]
genome()Mutation [inline]
genomevMutation [protected]
InfinityParameterSettable [static]
initialMutationRate(int bit)Mutation
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]
mutate(Genotype *)RandomBit [virtual]
Mutation()Mutation
mutationRate(int bit)Mutation
ParameterSettable()ParameterSettable
ParameterSettableWithConfigureFunction()ParameterSettableWithConfigureFunction
postConfigureInitialization()ParameterSettable [virtual]
Property enum nameParameterSettable
RandomBit()RandomBit
runtimeParameterList()ParameterSettable
save(ConfigurationParameters &params, QString prefix)Mutation [virtual]
setGA(GeneticAlgo *g)Mutation [inline]
setGenome(const Genome *g)Mutation [inline]
setMutationRate(double rate, int start=0, int length=-1)Mutation
setMutationRate(double initialRate, double finalRate, double variation, int start=0, int length=-1)Mutation
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
variationMutationRate(int bit)Mutation
~Mutation()Mutation [virtual]
~ParameterSettable()ParameterSettable [virtual]
~ParameterSettableWithConfigureFunction()ParameterSettableWithConfigureFunction [virtual]
~RandomBit()RandomBit [virtual]