Class SelectorDefault

  • All Implemented Interfaces:
    Selector

    public class SelectorDefault
    extends Nsga2
    The default selector is the Nsga2 selector with the tournament value 0.
    See Also:
    Nsga2
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorDefault​(org.opt4j.core.common.random.Rand random)
      Constructs a new SelectorDefault.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SelectorDefault

        @Inject
        public SelectorDefault​(org.opt4j.core.common.random.Rand random)
        Constructs a new SelectorDefault.
        Parameters:
        random - the random number generator