|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.algorithms.gp.Program
public class Program
This class represents a program, i.e. an individual.
| Constructor Summary | |
|---|---|
Program(ScorePosNeg score,
Description hypothesis)
Create a new program. |
|
Program(ScorePosNeg score,
Description hypothesis,
Description adc)
|
|
| Method Summary | |
|---|---|
Description |
getAdc()
|
double |
getFitness()
Returns the previously calculated fitness of the program. |
ScorePosNeg |
getScore()
|
Description |
getTree()
Returns the program tree corresponding to this program. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Program(ScorePosNeg score,
Description hypothesis)
public Program(ScorePosNeg score,
Description hypothesis,
Description adc)
| Method Detail |
|---|
public double getFitness()
public Description getTree()
public ScorePosNeg getScore()
public Description getAdc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||