Esempio n. 1
0
 /**
  * Mutates the classifier. It mutates the action and the condition.
  *
  * @param envState is the current environtment state. It is necessary for the niched mutation.
  * @return a boolean indicating if the action has been mutated.
  */
 public boolean mutate(double[] envState) {
   return rep.mutate(envState);
 } // end mutate