Class FitnessFunction

    • Constructor Summary

      Constructors 
      Constructor Description
      FitnessFunction​(int[] weights, double beta)  
    • Method Summary

      Modifier and Type Method Description
      double getFitness​(double[] scores)  
      double getFitness​(EvaluationResult evaluationResult)  
      • Methods inherited from class java.lang.Object

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

      • FitnessFunction

        public FitnessFunction​(int[] weights,
                               double beta)
    • Method Detail

      • getFitness

        public double getFitness​(double[] scores)