abstract = "There are two important limitations of standard
tree-based genetic programming (GP). First, GP tends to
evolve unnecessarily large programs, what is referred
to as bloat. Second, it uses inefficient search
operators that operate at the syntax level. The first
problem has been the subject of a fair amount of
research over the years. Regarding the second problem,
one approach is to use alternative search operators,
for instance geometric semantic operators. However,
another approach is to introduce greedy local search
strategies, combining the syntactic search performed by
standard GP with local search strategies for solution
tuning, which is a simple strategy that has
comparatively received much less attention. This work
combines a recently proposed bloat-free GP called
neat-GP with a local search strategy. One benefit of
using a bloat-free GP is that it reduces the size of
the parameter space confronted by the local searcher,
offsetting some of the added computational cost. The
algorithm is validated on a real-world problem with
promising results.",
notes = "GECCO Student Workshop, Best Paper Award 2nd
Place.