Hello World Genetic Algorithm

Solves User Defined Strings Using A Genetic Algorithm

이 제출물을 팔로우합니다

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.

인용 양식

Grant (2026). Hello World Genetic Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/49574-hello-world-genetic-algorithm), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Genetic Algorithm에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 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