|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.distr.grid.gp.JGAPWorkerGP
public class JGAPWorkerGP
A GP worker receives work units from a JGAPServer and sends back computed solutions to the same JGAPServer.
| Constructor Summary | |
|---|---|
JGAPWorkerGP()
|
|
| Method Summary | |
|---|---|
WorkResult |
doWork(WorkRequest work,
java.lang.String workDir)
Executes the evolution and returns the result. |
static void |
main(java.lang.String[] args)
Convenience method to start the worker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JGAPWorkerGP()
| Method Detail |
|---|
public WorkResult doWork(WorkRequest work,
java.lang.String workDir)
throws java.lang.Exception
work - WorkRequestworkDir - String
java.lang.Exception
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - command-line arguments, such as server address. See
java.lang.Exception
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||