| |
|
| java.lang.Object java.lang.Thread org.jgap.distr.grid.gp.JGAPClientGP
JGAPClientGP | public class JGAPClientGP extends Thread (Code) | | A client defines work for the grid and sends it to the JGAPServer.
Use this class as base class for your grid client implementations.
author: Klaus Meffert since: 3.2 |
Constructor Summary | |
public | JGAPClientGP(GridNodeClientConfig a_gridconfig, String a_clientClassName) |
m_gridconfig | protected GridNodeClientConfig m_gridconfig(Code) | | |
JGAPClientGP | public JGAPClientGP(GridNodeClientConfig a_gridconfig, String a_clientClassName) throws Exception(Code) | | |
evolve | protected void evolve(GridClient gc) throws Exception(Code) | | If necessary: override to implement your evolution cycle individually.
Parameters: gc - GridClient throws: Exception - |
main | public static void main(String[] args)(Code) | | Starts a client (first parameter: name of specific setup class).
Parameters: args - String[] author: Klaus Meffert since: 3.01 |
run | public void run()(Code) | | Threaded: Splits work, sends it to workers and receives computed solutions.
author: Klaus Meffert since: 3.01 |
start | public void start()(Code) | | |
|
|
|