第19讲 遗传算法(Genetic Algorithm)
第20讲 蚁群算法(AntColony Algorithm)
实验仿真源代码下载
www.kedachang.com或http://pan.baidu.com/s/1c051viS
除了书本自带的仿真demo,另外还一些实例
js
遗传算法的JS实现
https://github.com/bz51/GeneticAlgorithm
蚁群算法的JS实现
https://github.com/bz51/AntColonyAlgorithm
Applying Genetic Algorithm to Travelling Salesman Problem experiment http://parano.github.io/GeneticAlgorithm-TSP/
https://github.com/parano/GeneticAlgorithm-TSP
python
source code from the book Genetic Algorithms with Python by Clinton Sheppard
https://github.com/handcraftsman/GeneticAlgorithmsWithPython
Flappy-Bird
https://github.com/ssusnic/Machine-Learning-Flappy-Bird
https://github.com/erilyth/Flappy-Bird-Genetic-Algorithms
原文地址:https://www.cnblogs.com/dong1/p/10727261.html
时间: 2024-10-10 01:34:13