abstract = "Recent bloat control methods such as dynamic depth
limit (DynLimit) and Dynamic Operator Equalisation
(DynOpEq) aim at modifying the tree size distribution
in a population of genetic programs. Although they are
quite efficient for that purpose, these techniques have
the disadvantage of evaluating the fitness of many
bloated Genetic Programming (GP) trees, and then
rejecting most of them, leading to an important waste
of computational resources. We are proposing a method
that makes a histogram-based model of current GP tree
size distribution, and uses the so-called accept-reject
method for generating a population with the desired
target size distribution, in order to make a stochastic
control of bloat in the course of the evolution.
Experimental results show that the method is able to
control bloat as well as other state-of-the-art
methods, with minimal additional computational efforts
compared to standard tree-based GP.",
notes = "symbolic regression, Santa Fe Ant, 6 parity. Like
operator equalisation?? but does not need to evaluate
fitness before deciding if child fits into desired
distribution of program sizes. Cut off wrong word.
Above target allow size histogram falls exponentially.
Does not seem to limit small programs. Seem to be
missing point about distribution of sizes actually
generated by crossover. HARM-GP
deap.googlecode.com
Also known as \cite{2001963} Distributed on CD-ROM at
GECCO-2011.