abstract = "We present locoGP, a Genetic Programming (GP) system
written in Java for evolving Java source code. locoGP
was designed to improve the performance of programs as
measured in the number of operations executed. Variable
test cases are used to maintain functional correctness
during evolution. The operation of locoGP is
demonstrated on a number of typically constructed
off-the-shelf hand-written implementations of sort and
prefix-code programs. locoGP was able to find
improvement opportunities in all test problems.",
notes = "Seeding, modify AST tree, back to Java source code,
compile, run. 11 types of sort and huffman
codebook.
Also known as \cite{2768419} Distributed at
GECCO-2015.",