CzRzChao / SimpleGA
用python实现简单的遗传算法
☆113Updated 8 years ago
Alternatives and similar repositories for SimpleGA:
Users that are interested in SimpleGA are comparing it to the libraries listed below
- 遗传算法、禁忌搜索、模拟退火、蚁群算法☆333Updated 5 years ago
- 遗传算法,Genetic Algorithm(GA)☆32Updated 8 years ago
- 使用libsvm和遗传算法优化支持向量机的cost和gamma参数☆32Updated 13 years ago
- Simple Genetic Algorithms written by Python☆42Updated 5 years ago
- 通过遗传算法求解物流配送路径问题☆175Updated 7 years ago
- 标准遗传算法的Python实现☆6Updated 9 years ago
- 基于深度学习的共享单车预测与调度解决方案,使用神经网络构建单车需求量与时间段和地理画像的关联,预测不同区域单车需求量;使用蚁群算法规划最优单车调度路径。☆98Updated 6 years ago
- 图解遗传算法求解TSP☆122Updated 7 years ago
- 标准遗传算法(简单遗传算法),参照官方C语言版本进行python2.7语言重构。实数编码,轮盘赌选择,模拟二进制交叉(SBX),多项式变异。☆17Updated 8 years ago
- 以TSPLIB中的ch130为测试数据,通过数据测试分析蚁群算法中各参数对算法性能的影响,并使用遗传算法在此数据上实验来与之对比,以更加深入了解蚁群算法。☆13Updated 8 years ago
- PSO algorithm for multi-parameters optimizaiton☆66Updated 6 years ago
- Python 建立的BP神经网络处理预测相关公交线路数据☆36Updated 7 years ago
- 在matlab上使用遗传算法解决TSP旅行者问题☆70Updated 7 years ago
- 解决TSP问题的一些元启发式算法——蚁群算法、遗传算法☆33Updated 6 years ago
- 遗传算法 - Matlab☆450Updated 7 years ago
- Python code of RBF neural network classification model☆46Updated 6 years ago
- 利用Python实现三层BP神经网络☆82Updated 7 years ago
- 解决调度问题的元启发式算法应用(未完待续...),蚁群算法(ACO)、遗传算法(GA)、粒子群算法(PSO)、模拟退火算法(SA)☆29Updated 6 years ago
- Various global and local optimization algorithms, as well as many practical cases. Besides, this repository aslo uses common language an…☆164Updated 4 years ago
- 基于遗传算法的特征选择☆128Updated 5 years ago
- 初赛Rank1 复赛Rank1 2018 CCF 大数据与计算智能大赛 供应链需求预测 Miracccccccle☆177Updated 6 years ago
- 求解TSP问题的几种算法☆41Updated 6 years ago
- 使用四种基本启发式算法(模拟退火、禁忌搜索、遗传算法与蚁群算法)求解广义旅行商(广义TSP/GTSP)问题。☆62Updated 2 years ago
- bp 神经网络算法☆122Updated 2 years ago
- A small project abot GA and ANN,基于TensorFlow实现基于遗传算法的神经网络结构搜索技术,在威斯康星乳腺癌细胞分类的数据集上面进行实验,并与传统的机器学习的分类算法进行对比,验证该算法的结果的优劣性。☆37Updated 4 years ago
- 粒子群优化算法☆245Updated 8 years ago
- 基于TensorFlow的深度学习、深度增强学习代码:NN(传统神经网络)、CNN(卷积神经网络)、RNN(递归神经网络)、LSTM(长短期记忆网络)、GAN(生成对抗网络)、DRL(深度增强学习)☆52Updated 7 years ago
- 用 jupyter notebook做的一些机器学习项目☆82Updated 5 years ago
- 天池全球城市计算AI挑战赛:A榜单模型12.28, B榜单模型12.53,多模型融合11.74(Top 3), C榜官方结果17.08(新人赛验证C榜可通过乘个衰减提升很多到12.00,A榜也有效果到11.88)☆40Updated 6 years ago
- 使用sklearn做特征工程☆172Updated 6 years ago