|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.primordion.xholon.base.Xholon
org.primordion.xholon.app.Application
org.primordion.ealontro.app.AppCartCentering
Cart Centering System with Genetic Programming.
The Cart Centering System is a Xholon implementation of the example presented by John Koza in his book Genetic Programming. It demonstrates how genetic programming can be used to evolve tree-based behaviors.
"Objective: Find a time-optimal bang-bang control strategy to center a cart on a one-dimensional frictionless track."
source: Koza, J. (1992). Genetic Programming. p.122-147
| Nested Class Summary |
| Nested classes inherited from class org.primordion.xholon.app.Application |
Application.GridViewerDetails |
| Field Summary |
| Fields inherited from class org.primordion.xholon.base.Xholon |
DEFAULT_LEVEL, interaction, interactionsEnabled |
| Fields inherited from interface org.primordion.xholon.base.IXholon |
DEFAULT_SIZE_MSG_Q, NINCLUDE_PSC, NINCLUDE_PSx, NINCLUDE_PxC, NINCLUDE_Pxx, NINCLUDE_xSC, NINCLUDE_xSx, NINCLUDE_xxC, NINCLUDE_xxx |
| Constructor Summary | |
AppCartCentering()
Constructor. |
|
| Method Summary | |
void |
initialize(java.lang.String configFileName)
Initialize the application. |
static void |
main(java.lang.String[] args)
main |
void |
wrapup()
Wrapup any unfinished business in the application. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AppCartCentering()
| Method Detail |
public void initialize(java.lang.String configFileName)
IApplication
initialize in interface IApplicationinitialize in class Applicationpublic void wrapup()
IApplication
wrapup in interface IApplicationwrapup in class Applicationpublic static void main(java.lang.String[] args)
args - One optional command line argument.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||