// END - Interface FitnessFunction // // // START - Interface GoalTest public bool isGoalState(Object state) { return(goalTest.isGoalState(getBoardForIndividual((String)state))); }