|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgeneticWedge.gp.Component
geneticWedge.gp.Terminal
public abstract class Terminal
Terminal is an abstract class that represents Components that should be used at leaf nodes within a tree (Individual). Terminals may be fixed values (Constants) or variables (Inputs)
Constructor Summary | |
---|---|
Terminal()
|
Method Summary | |
---|---|
double |
getValue()
Returns the value of this Terminal |
Methods inherited from class geneticWedge.gp.Component |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Terminal()
Method Detail |
---|
public double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |