GMUEClab / ecj

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

Tutorial1 - typo #72

Open ZvikaZ opened 3 years ago

ZvikaZ commented 3 years ago

Tutorial 1 says:

 This is the first representation-specific object we've seen so far: ec.vector.VectorSpecies defines a particular kind of Species that knows how to make BitVectorIndividuals

I assume it should be:

ec.vector.BitVectorSpecies defines ... BitVectorIndividuals

Edit

There are few other VectorSpecies mentioned in the tutorial. I assume they should all be replaced to BitVectorSpecies.