A B C D E F G H I J K L M N O P Q R S T U V W X

F

FactorialFunction - Class in com.epochx.representation.dbl
A FunctionNode which performs the mathematical function of factorial, which is normally expressed with an exclamation mark ! For example: 5! = 5 x 4 x 3 x 2 x 1 = FACTORIAL 5
FactorialFunction() - Constructor for class com.epochx.representation.dbl.FactorialFunction
Construct a FactorialFunction with no children.
FactorialFunction(Node<Double>) - Constructor for class com.epochx.representation.dbl.FactorialFunction
Construct a FactorialFunction with one child.
FileManip - Class in com.epochx.util
The File Manip class controls all text output and input file requirements
FileManip() - Constructor for class com.epochx.util.FileManip
 
FullInitialiser<TYPE> - Class in com.epochx.op.initialisation
Initialisation implementation which produces full program trees.
FullInitialiser(GPModel<TYPE>) - Constructor for class com.epochx.op.initialisation.FullInitialiser
Constructor for the full initialiser.
FunctionNode<TYPE> - Class in com.epochx.representation
Represents a function node within a candidate program.
FunctionNode(Node<TYPE>...) - Constructor for class com.epochx.representation.FunctionNode
Constructor for function node with dynamic number of children depending on arity of function.

A B C D E F G H I J K L M N O P Q R S T U V W X