|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.distr.grid.JGAPWorker
examples.grid.fitnessDistributed.MyGAWorker
public class MyGAWorker
Receives work, computes a solution and returns the solution to the requester.
| Constructor Summary | |
|---|---|
MyGAWorker()
|
|
| Method Summary | |
|---|---|
WorkResult |
doWork(WorkRequest work,
java.lang.String workDir)
Executes the evolution and returns the result. |
| Methods inherited from class org.jgap.distr.grid.JGAPWorker |
|---|
main |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyGAWorker()
| Method Detail |
|---|
public WorkResult doWork(WorkRequest work,
java.lang.String workDir)
throws java.lang.Exception
doWork in class JGAPWorkerwork - WorkRequestworkDir - String
java.lang.Exception
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||