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

P

PointMutation<TYPE> - Class in com.epochx.op.mutation
This class performs a simple point mutation on a CandidateProgram.
PointMutation(GPModel<TYPE>) - Constructor for class com.epochx.op.mutation.PointMutation
Construct a point mutation with a default point probability of 0.01.
PointMutation(GPModel<TYPE>, double) - Constructor for class com.epochx.op.mutation.PointMutation
Construct a point mutation with user specified point probability.
PoolSelectionListener<TYPE> - Interface in com.epochx.life
 
PoolSelector<TYPE> - Interface in com.epochx.op.selection
PoolSelectors are for selecting a group of individuals from a population of programs.
PowerFunction - Class in com.epochx.representation.dbl
A FunctionNode which performs the mathematical operation of exponentiation.
PowerFunction() - Constructor for class com.epochx.representation.dbl.PowerFunction
Construct a PowerFunction with no children.
PowerFunction(Node<Double>, Node<Double>) - Constructor for class com.epochx.representation.dbl.PowerFunction
Construct a PowerFunction with 2 children.
ProgramSelector<TYPE> - Interface in com.epochx.op.selection
ProgramSelectors are for selecting an individual from a population of programs.
ProtectedDivisionFunction - Class in com.epochx.representation.dbl
A FunctionNode which performs the arithmetic function of division.
ProtectedDivisionFunction() - Constructor for class com.epochx.representation.dbl.ProtectedDivisionFunction
Construct a ProtectedDivisionFunction with no children.
ProtectedDivisionFunction(Double) - Constructor for class com.epochx.representation.dbl.ProtectedDivisionFunction
Construct a ProtectedDivisionFunction with a protection value to assign during divide-by-zero.
ProtectedDivisionFunction(Node<Double>, Node<Double>) - Constructor for class com.epochx.representation.dbl.ProtectedDivisionFunction
Construct a ProtectedDivisionFunction with 2 children.
ProtectedDivisionFunction(Node<Double>, Node<Double>, Double) - Constructor for class com.epochx.representation.dbl.ProtectedDivisionFunction
Construct a ProtectedDivisionFunction with 2 children and a divide-by-zero protection value.

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