Tutorial1 - typo
Opened this issue · 0 comments
ZvikaZ commented
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
.