Class AggarwalYuEvolutionary.Par

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m
      Population size.
      static elki.utilities.optionhandling.OptionID M_ID
      Parameter to specify the number of solutions must be an integer greater than 1.
      protected elki.utilities.random.RandomFactory rnd
      Random generator
      static elki.utilities.optionhandling.OptionID SEED_ID
      Parameter to specify the random generator seed.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)  
      AggarwalYuEvolutionary make()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • M_ID

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

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

        protected int m
        Population size.
      • rnd

        protected elki.utilities.random.RandomFactory rnd
        Random generator
    • Constructor Detail

      • Par

        public Par()