org.jgap.distr.grid.gp
Interface IRequestSplitStrategyGP
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MyRequestSplitStrategy
public interface IRequestSplitStrategyGP
- extends java.io.Serializable
Interface for a strategy how to split a GP work request into parts. Each part
will be sent to a worker as an individual work request.
- Since:
- 3.2
|
Field Summary |
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
CVS_REVISION
static final java.lang.String CVS_REVISION
- String containing the CVS revision. Read out via reflection!
- See Also:
- Constant Field Values
split
JGAPRequestGP[] split(JGAPRequestGP a_request)
throws java.lang.Exception
- Creates single requests to be sent to workers. This is done by splitting
a single request into several parts. Each parts is sort of a modified
clone of the original (super) request
- Parameters:
a_request - the request to split
- Returns:
- single requests to be computed by workers
- Throws:
java.lang.Exception- Since:
- 3.2