Hello World Genetic Algorithm

Versión 1.3.0.0 (6,46 KB) por Grant
Solves User Defined Strings Using A Genetic Algorithm
799 descargas
Actualizado 8 mar 2015

Ver licencia

This is a very efficient implementation of a string solving genetic algorithm. The code has been completely vectorized and the program is able to handle any string of any length as long as it only contains ASCII characters (although this means most symbols are useable).
The code defaults to solving for "Hello, world!", however any input can be defined at the top line of the code.

Citar como

Grant (2024). Hello World Genetic Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/49574-hello-world-genetic-algorithm), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Genetic Algorithm en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

Added different types of selection and crossover functions to allow users to learn more about how Genetic Algorithms work. You can now also plot the rate at which the convergence to the ideal answer occurs.

1.2.0.0

added a fun photo.

1.1.0.0

Cleaned up some comments

1.0.0.0