Class GeneticOptimizerApp

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • GeneticOptimizerApp

        public GeneticOptimizerApp​(Configuration configuration)
        Creates a new instance.
        Parameters:
        configuration - provides, amongst others, platform specifications
    • Method Detail

      • run

        public void run()
      • main

        public static void main​(java.lang.String[] args)