Class DifferentialEvolution.Triple

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.opt4j.core.Individual first  
      protected org.opt4j.core.Individual second  
      protected org.opt4j.core.Individual third  
    • Constructor Summary

      Constructors 
      Constructor Description
      Triple​(org.opt4j.core.Individual first, org.opt4j.core.Individual second, org.opt4j.core.Individual third)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opt4j.core.Individual getFirst()  
      org.opt4j.core.Individual getSecond()  
      org.opt4j.core.Individual getThird()  
      • Methods inherited from class java.lang.Object

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

      • first

        protected final org.opt4j.core.Individual first
      • second

        protected final org.opt4j.core.Individual second
      • third

        protected final org.opt4j.core.Individual third
    • Constructor Detail

      • Triple

        public Triple​(org.opt4j.core.Individual first,
                      org.opt4j.core.Individual second,
                      org.opt4j.core.Individual third)
    • Method Detail

      • getFirst

        public org.opt4j.core.Individual getFirst()
      • getSecond

        public org.opt4j.core.Individual getSecond()
      • getThird

        public org.opt4j.core.Individual getThird()