Documentation of 'ec.multiobjective.spea2.SPEA2Breeder' Java class
SPEA2Breeder
ec.multiobjective.spea2

Class SPEA2Breeder

  • All Implemented Interfaces:
    Setup, Singleton, java.io.Serializable


    public class SPEA2Breeder
    extends SimpleBreeder
    This subclass of SimpleBreeder overrides the loadElites method to build an archive in the top elites[subpopnum] of each subpopulation. It computes the sparsity metric, then constructs the archive.
    See Also:
    Serialized Form
    • Constructor Detail

      • SPEA2Breeder

        public SPEA2Breeder()
    • Method Detail

      • setup

        public void setup(EvolutionState state,
                          Parameter base)
        Description copied from interface: Setup
        Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. If an ancestor implements this method, be sure to call super.setup(state,base); before you do anything else.
        Specified by:
        setup in interface Setup
        Overrides:
        setup in class SimpleBreeder
      • calculateDistancesFromIndividual

        public double[] calculateDistancesFromIndividual(Individual ind,
                                                         Individual[] inds)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.