Genetic-Algorithm-MATLAB V1.0

バージョン 1.0 (261 KB) 作成者: AZMYIN MD KAMAL
MATLAB implementation of a basic genetic algorithm. Always crossover, no mutation and elitisms. Graduate assignment
ダウンロード: 99
更新 2020/10/19

A basic genetic algorithm as part of a graduate level assignment. Look inside the .mlx file for detailed problem description.

Constraints
N = number of candidates must be even number in Generation 1
X = number of variables = 2 (not written to be generalized, will be expanded upon in next release).
variable scale = must be same for both variables. Will be expanded to accommodate individual scale
encoding = 8 bit per variable, 16 bit genome

Code is not meant for advanced research but as a template for more advanced version of genetic algorithm. Does not use any built in optimizer.
Contains helpful comments for ease of understanding

引用

AZMYIN MD KAMAL (2024). Genetic-Algorithm-MATLAB V1.0 (https://github.com/Mechazo11/Genetic-Algorithm-MATLAB/releases/tag/V1.0), GitHub. 取得済み .

MATLAB リリースの互換性
作成: R2020b
R2013b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!

GA_Version_1

バージョン 公開済み リリース ノート
1.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。