Genetic Algorithms
- Genetic algorithms are an approximation of evolution.
- The answers you are looking for are members of the population.
- Good members of the population are used to make new members,
and that's the way the system learns.
- The terms population and member are used in the java code.
- A member is made up of a bunch of genes. In this case the
alphabet is digits (0-9).
- So, those digit strings that are printed out when you run it
are members of the population.
- Does anyone know what the alphabet is for biology?
- Does anyone know how animals create new animals?
- Does anyone know how bacteria create new bacteria?