Abstract :
Recent literature on genetic algorithms provides a controversial discussion on the efficiency of this particular class of randomized optimization procedures; despite several encouraging empirical results, recent theoretical analyses have argued that in most cases, the runtime behavior of genetic algorithms is increased by at least a factor of ln(n) with n denoting the number of parameters to be optimized. It has been argued that these inefficiencies are due to intrinsic resampling effects. As a result of these theoretical considerations, a deterministic genetic algorithm has been suggested as a theoretical concept. Since its proposition, informal discussions have been raised concerning some implementation details as well as efficacy issues. Since some implementation details are a bit tricky, this paper discusses some of them in a pseudo programming language similar to Pascal or C. In addition, this paper presents two possible variants in detail and compares their runtime behavior with another fairly established procedure, the breeder genetic algorithm. It turns out that on widely-used test functions, the deterministic variants scale strictly better. Furthermore, this paper discusses some specific fitness functions on which random algorithms yield better worst-ease expectations than deterministic algorithms; but both types require constant time on average, i.e., one function evaluation
Keywords :
deterministic algorithms; genetic algorithms; randomised algorithms; breeder genetic algorithm; deterministic genetic algorithm; fitness functions; function evaluation; pseudo programming language; random algorithms; randomized optimization procedures; resampling effects; runtime behavior; worst-ease expectations; Algorithm design and analysis; Artificial intelligence; Computer languages; Computer science; Dissolved gas analysis; Evolutionary computation; Genetic algorithms; Genetic mutations; Runtime; Testing;