Complexity-aware program evolution
Program evolution experiments that track fitness, complexity, and the tradeoff between improvement and bloat.
What it is
A research scaffold for evolutionary program repair and search. Candidate patches mutate, run through a sandboxed test harness, and are selected by test success plus complexity proxies such as diff size, gzip bytes, edit distance, or static-code complexity.