Documentation of 'org.jgap.distr.grid.gp.IRequestSplitStrategyGP' Java class
IRequestSplitStrategyGP
org.jgap.distr.grid.gp

Interface IRequestSplitStrategyGP

  • All Superinterfaces:
    java.io.Serializable


    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 Detail

      • CVS_REVISION

        static final java.lang.String CVS_REVISION
        String containing the CVS revision. Read out via reflection!
        See Also:
        Constant Field Values
    • Method Detail

      • 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.