Class KMC2.Par

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int m
      Number of sampling attempts.
      static OptionID M_ID
      Parameter m of the AFK-MC² method.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(Parameterization config)
      Configure the class.
      KMC2 make()
      Make an instance after successful configuration.
      • 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 OptionID M_ID
        Parameter m of the AFK-MC² method.
      • m

        protected int m
        Number of sampling attempts.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • make

        public KMC2 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