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

Interface IGridConfigurationGP

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    GridConfigurationGPBase


    public interface IGridConfigurationGP
    extends java.io.Serializable
    Interface for a GP-related grid configuration. It provides all information necessary to define a problem and a strategy to distributedly solve the problem.
    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.GridNodeClientConfig gridconfig)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • validate

        void validate()
               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setTypes

        void setTypes(java.lang.Class[] a_types)
      • setArgTypes

        void setArgTypes(java.lang.Class[][] a_argTypes)
      • setNodeSets

        void setNodeSets(CommandGene[][] a_nodeSets)
      • setMinDepths

        void setMinDepths(int[] a_minDepths)
      • setMaxDepths

        void setMaxDepths(int[] a_maxDepths)
      • setMaxNodes

        void setMaxNodes(int a_maxNodes)
      • getTypes

        java.lang.Class[] getTypes()
      • getArgTypes

        java.lang.Class[][] getArgTypes()
      • getMinDepths

        int[] getMinDepths()
      • getMaxDepths

        int[] getMaxDepths()
      • getMaxNodes

        int getMaxNodes()
      • getMinFitnessToStore

        double getMinFitnessToStore()
      • setMinFitnessToStore

        void setMinFitnessToStore(double a_minFitnessToStore)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.