| 1 | = Artificial Ant Problem = |
| 2 | |
| 3 | '''Problem Parameters:''' |
| 4 | ||= Parameter =||= Description =|| |
| 5 | || !ArtificialAntExpressionGrammar || The grammar that should be used for artificial ant expressions. || |
| 6 | || !BestKnownQuality || The quality of the best known solution of this artificial ant instance. || |
| 7 | || Evaluator || ArtificialAntEvaluator: The operator which should be used to evaluate artificial ant solutions. || |
| 8 | || !MaxExpressionDepth || Maximal depth of the expression to control the artificial ant. || |
| 9 | || !MaxExpressionLength || Maximal length of the expression to control the artificial ant. || |
| 10 | || !MaxFunctionArguments || Maximal number of arguments of automatically defined functions in the expression to control the artificial ant. || |
| 11 | || !MaxFunctionDefinitions || Maximal number of automatically defined functions in the expression to control the artificial ant. || |
| 12 | || Maximization || Set to true as the Artificial Ant Problem is a maximization problem. || |
| 13 | || !MaxTimeSteps || The number of time steps the artificial ant has available to collect all food items. || |
| 14 | || !SolutionCreator || ProbabilisticTreeCreator: The operator which should be used to create new artificial ant solutions. || |
| 15 | || World || The world for the artificial ant with scattered food items. || |