Class AMALGAMBreeder

java.lang.Object
ec.Breeder
ec.eda.amalgam.AMALGAMBreeder
All Implemented Interfaces:
Setup, Singleton, Serializable

public class AMALGAMBreeder extends Breeder
See Also:
  • Constructor Details

    • AMALGAMBreeder

      public AMALGAMBreeder()
  • Method Details

    • 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.
    • breedPopulation

      public Population breedPopulation(EvolutionState state)
      Updates the distribution given the current population, then replaces the population with new samples generated from the distribution. Returns the revised population.
      Specified by:
      breedPopulation in class Breeder