Documentation of 'org.jgap.distr.grid.IClientEvolveStrategy' Java class
IClientEvolveStrategy
org.jgap.distr.grid

Interface IClientEvolveStrategy

  • All Superinterfaces:
    java.io.Serializable


    public interface IClientEvolveStrategy
    extends java.io.Serializable
    Interface for defining a strategy that controls how a client evolves generations.
    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

      • initialize

        void initialize(org.homedns.dade.jcgrid.client.GridClient a_gc,
                        Configuration a_config,
                        IClientFeedback a_clientFeedback)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • resultReceived

        void resultReceived(JGAPResult a_result)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isEvolutionFinished

        boolean isEvolutionFinished(int a_evolutionsDone)
      • onFinished

        void onFinished()
      • afterWorkRequestsSent

        void afterWorkRequestsSent()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • evolve

        void evolve()
             throws java.lang.Exception
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.