Class AggarwalYuEvolutionary.Par

    • Field Detail

      • M_ID

        public static final OptionID M_ID
        Parameter to specify the number of solutions must be an integer greater than 1.
      • SEED_ID

        public static final OptionID SEED_ID
        Parameter to specify the random generator seed.
      • m

        protected int m
        Population size.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public AggarwalYuEvolutionary make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance