03
Mar
11

Moar reading and stuff!

Doing a lot of readingĀ  on different mutation and crossover operators.

Trying to figure out ways to make some of those operators autoconstructive.

I found out that the uniform crossover operator has been shown to help programs find solutions faster than programs with only mutation operators and programs with only one-point and two-point crossover operators.

Im currently grappling with the question o how to make a crossover operator autoconstructive.