The following Matlab project contains the source code and Matlab examples used for genetic algorithm code with/without islands and simulated annealing .
Three functions: genetic algorithm (aga), genetic algorithm with islands (aga_islands) and simulated annealing (asa).
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
aga.m | 3816 |
aga_islands.m | 3963 |
asa.m | 2913 |
license.txt | 1311 |
test_aga.m | 2612 |
test_aga_2.m | 2364 |
test_aga_3.m | 2103 |
test_GAislands.m | 1914 |