Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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.
Zitieren als
Grant (2026). Hello World Genetic Algorithm (https://de.mathworks.com/matlabcentral/fileexchange/49574-hello-world-genetic-algorithm), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.3.0.0 (6,46 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 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 |
