GMUEClab / ecj

ECJ Evolutionary Computation Toolkit
http://cs.gmu.edu/~eclab/projects/ecj/
123 stars 42 forks source link

Add missing ESSelectionCGP class and fix the arrays to ArrayList from the available v18 zip #64

Closed remz1337 closed 3 years ago

remz1337 commented 4 years ago

I could not get CGP working with the files included in the contrib folder. After downloading the sources available from the original author (v18), I realized there was a mismatch between both. I had to copy over the ESSelectionCGP class and modify some lines to get it working.

I have only tested with the parity-even-2.float problem.

SigmaX commented 3 years ago

Thanks, @remz1337 ! I verified that all the remaining CGP examples run. Merging into master.