A B C D E F G H I M N P R S T U V

F

f2b(float) - Static method in class ec.cgp.functions.FunctionsBreastCancerY
Interpret the given float as a boolean value.
F_ADD - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
add
F_ADD - Static variable in class ec.cgp.functions.FunctionsRegression
Add
F_AND - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
logical and
F_AND - Static variable in class ec.cgp.functions.FunctionsParity
logical and
F_DIV - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
safe divide; return 1 if divisor is 0.
F_DIV - Static variable in class ec.cgp.functions.FunctionsRegression
Safe divide
F_EQ - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
equal to
F_GT - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
greater than
F_GTE - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
greater than or equal to
F_IF - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
if...
F_IFLEZ - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
if less than zero then...
F_LT - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
less than
F_LTE - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
less than or equal to
F_MUL - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
multiply
F_MUL - Static variable in class ec.cgp.functions.FunctionsRegression
Multiply
F_NAND - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
logical nand
F_NAND - Static variable in class ec.cgp.functions.FunctionsParity
logical nand
F_NEG - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
negate
F_NOR - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
logical nor
F_NOR - Static variable in class ec.cgp.functions.FunctionsParity
logical nor
F_NOT - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
logical not
F_NOT - Static variable in class ec.cgp.functions.FunctionsParity
logical not
F_OR - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
logical or
F_OR - Static variable in class ec.cgp.functions.FunctionsParity
logical or
F_SUB - Static variable in class ec.cgp.functions.FunctionsBreastCancerY
subtract
F_SUB - Static variable in class ec.cgp.functions.FunctionsRegression
Subtract
FitnessCGP - Class in ec.cgp
Extension of SimpleFitness that makes smaller fitnesses better.
FitnessCGP() - Constructor for class ec.cgp.FitnessCGP
 
FloatVectorIndividual - Class in ec.cgp.representation
Float-based genome representation of a Cartesian Genetic Program.
FloatVectorIndividual() - Constructor for class ec.cgp.representation.FloatVectorIndividual
 
FloatVectorSpecies - Class in ec.cgp.representation
Float-based genome representation of a Cartesian Genetic Program.
FloatVectorSpecies() - Constructor for class ec.cgp.representation.FloatVectorSpecies
 
function - Variable in class ec.cgp.problems.ProblemRegression
Which function to use.
function(int, float[]) - Method in class ec.cgp.representation.VectorSpeciesCGP
Determine the function number from the given genome and position (int version).
function(int, int[]) - Method in class ec.cgp.representation.VectorSpeciesCGP
Determine the function number from the given genome and position (float version).
function1(float) - Static method in class ec.cgp.problems.ProblemRegression
Sixth-order polynomial.
function2(float) - Static method in class ec.cgp.problems.ProblemRegression
Fifth-order polynomial.
function3(float) - Static method in class ec.cgp.problems.ProblemRegression
Second-order polynomial.
functionName(int) - Method in interface ec.cgp.functions.Functions
Return a string representation of the given function name, used when putting together the string representing the entire Cartesian Genetic Program.
functionName(int) - Method in class ec.cgp.functions.FunctionsBreastCancerY
Return a function name, suitable for display in expressions, for the given function.
functionName(int) - Method in class ec.cgp.functions.FunctionsParity
Return a function name, suitable for display in expressions, for the given function.
functionName(int) - Method in class ec.cgp.functions.FunctionsRegression
Return a function name, suitable for display in expressions, for the given function.
functions - Static variable in class ec.cgp.Evaluator
functions are loaded during setup.
Functions - Interface in ec.cgp.functions
This interface defines how the Cartesian Genetic Program evaluator calls user-defined functions when they are encountered in the genome.
FunctionsBreastCancerW - Class in ec.cgp.functions
Function set for the Breast Cancer (Yugoslavia) classification problem.
FunctionsBreastCancerW() - Constructor for class ec.cgp.functions.FunctionsBreastCancerW
 
FunctionsBreastCancerY - Class in ec.cgp.functions
Function set for the Breast Cancer (Wisconsin) classification problem.
FunctionsBreastCancerY() - Constructor for class ec.cgp.functions.FunctionsBreastCancerY
 
FunctionsIris - Class in ec.cgp.functions
Function set for the Iris species classification problem.
FunctionsIris() - Constructor for class ec.cgp.functions.FunctionsIris
 
FunctionsParity - Class in ec.cgp.functions
Function set for the even-n-parity problem.
FunctionsParity() - Constructor for class ec.cgp.functions.FunctionsParity
 
FunctionsRegression - Class in ec.cgp.functions
Function set for the regression problems.
FunctionsRegression() - Constructor for class ec.cgp.functions.FunctionsRegression
 
functionSub(int) - Method in class ec.cgp.representation.VectorSpeciesCGP
Computation shared by both function(position, genome) methods.

A B C D E F G H I M N P R S T U V