Free cookie consent management tool by TermsFeed Policy Generator
wiki:Documentation/Reference/Artificial Ant Problem

Version 1 (modified by mkofler, 14 years ago) (diff)

--

Artificial Ant Problem

Problem Parameters:

Parameter Description
ArtificialAntExpressionGrammar The grammar that should be used for artificial ant expressions.
BestKnownQuality The quality of the best known solution of this artificial ant instance.
Evaluator ArtificialAntEvaluator: The operator which should be used to evaluate artificial ant solutions.
MaxExpressionDepth Maximal depth of the expression to control the artificial ant.
MaxExpressionLength Maximal length of the expression to control the artificial ant.
MaxFunctionArguments Maximal number of arguments of automatically defined functions in the expression to control the artificial ant.
MaxFunctionDefinitions Maximal number of automatically defined functions in the expression to control the artificial ant.
Maximization Set to true as the Artificial Ant Problem is a maximization problem.
MaxTimeSteps The number of time steps the artificial ant has available to collect all food items.
SolutionCreator ProbabilisticTreeCreator: The operator which should be used to create new artificial ant solutions.
World The world for the artificial ant with scattered food items.

Attachments (2)

Download all attachments as: .zip