* the current generation and run parameters to 1 and prints
* a complete list of the experiment's parameters.
*
*/
public void reset() {
statistics = new StatisticsLogger();
resources.setArity(problem.getFunctionSet().getMaxArity());
if (resources.arity() < 1) {
resources.println("[CGP] Error: arity is smaller than 1. Check that at least one function is enabled");
return;
}