| 1 | = OneMax Problem = |
| 2 | |
| 3 | '''Problem Parameters:''' |
| 4 | ||= Parameter =||= Description =|| |
| 5 | || !BestKnownQuality || The quality of the best known solution of this artificial ant instance. || |
| 6 | || Evaluator || !OneMaxEvaluator: The operator which should be used to evaluate !OneMax solutions. || |
| 7 | || Length || The length of the !BinaryVector. || |
| 8 | || Maximization || Set to true as the !OneMax Problem is a maximization problem. || |
| 9 | || !SolutionCreator || !RandomBinaryVectorCreator: The operator which should be used to create new !OneMax solutions. || |