public class Program extends Object implements Serializable, Comparable<Program>
| Constructor and Description |
|---|
Program() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Program o) |
void |
copy(Program that,
boolean effectiveOnly) |
long |
effectiveInstructionCount() |
double[] |
execute(double[] input) |
void |
execute(Observation fitness_case) |
void |
invalidateCost() |
int |
length() |
Program |
makeCopy() |
Program |
makeEffectiveCopy() |
void |
MarkStructuralIntrons(int stop_point,
Set<Integer> Reff,
LGP manager) |
void |
markStructuralIntrons(LGP manager) |
String |
toString() |
public void markStructuralIntrons(LGP manager)
public void MarkStructuralIntrons(int stop_point,
Set<Integer> Reff,
LGP manager)
public void execute(Observation fitness_case)
public double[] execute(double[] input)
public Program makeCopy()
public void copy(Program that, boolean effectiveOnly)
public long effectiveInstructionCount()
public void invalidateCost()
public int compareTo(Program o)
compareTo in interface Comparable<Program>public int length()
public Program makeEffectiveCopy()
Copyright © 2017. All rights reserved.