Open Grenadingue opened 8 years ago
For the practical test (the predefined string finder), the algorithm looked like the following (the chromosomes being the letters in the string):
One major difference between the practical tests and this project will be the way of evaluating each individual in the population (fitness). We will surely need to make each individual go into the simulator (virtual environment), then evaluate its success to get closer to its goal (to move).
One other difference will be the way of encoding the chromosomes of an individual. We can use binary strings, characters strings, integers, floats, etc... We can almost choose whatever we want to represent an individual genome. But choosing what each gene represents, and how the genes are organized (read) together is a bigger question.
Describe the first implementation of our genetic algorithm in pseudo code
Useful ressources: