| java.lang.Object org.jgap.distr.grid.gp.JGAPWorkerGP examples.grid.mathProblemDistributed.MyGAWorker
MyGAWorker | public class MyGAWorker extends JGAPWorkerGP (Code) | | Receives work, computes a solution and returns the solution to the requester.
This is done by solely using the JGAP standard mechanism of the super class,
JGAPWorker. You could do differently, see other examples provided with JGAP.
author: Klaus Meffert since: 3.2 |
Method Summary | |
public WorkResult | doWork(WorkRequest a_work, String a_workDir) Executes the evolution and returns the result. |
doWork | public WorkResult doWork(WorkRequest a_work, String a_workDir) throws Exception(Code) | | Executes the evolution and returns the result.
Parameters: a_work - WorkRequest Parameters: a_workDir - String WorkResult throws: Exception - author: Klaus Meffert since: 3.2 |
|
|