Class Evaluator


  • public class Evaluator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Evaluator​(double food, double prey, double hunter, double explore)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SHEEP

        public static final Evaluator SHEEP
        SHEEP
      • WOLF

        public static final Evaluator WOLF
        WOLF
    • Constructor Detail

      • Evaluator

        public Evaluator​(double food,
                         double prey,
                         double hunter,
                         double explore)
        Parameters:
        food -
        prey -
        hunter -
        explore -