Move the ant. Allows to specify how many times in a row a move will be
executed. The classic ant problem uses 1 as parameter value.
author: Klaus Meffert since: 3.01
Standard constructor for classic ant problem.
Parameters: a_conf - the configuration to use throws: InvalidConfigurationException - author: Klaus Meffert since: 3.01
Allows to move more than one time in a row.
Parameters: a_conf - the configuration to use Parameters: a_moves - number of moves to execute in a row throws: InvalidConfigurationException - author: Klaus Meffert since: 3.01