C++ 实现的蝙蝠算法
这是 metaheurstic 的多式联运的优化 它提出了它在 2010 年由剑桥大学的 chinis 研究员...... 它 wac 许多应用程序中使用它...
本专区汇聚了各类基于 优化算法 开发的源码资源,共计 822 篇资源供开发者免费下载学习。
这是 metaheurstic 的多式联运的优化 它提出了它在 2010 年由剑桥大学的 chinis 研究员...... 它 wac 许多应用程序中使用它...
蚁群算法用于求解课程表安排问题。在linux下面实现的-Ant colony algorithm for solving curriculum arrangements. Linu
linux下的一个分组遗传算法,用于求解点着色的问题-linux under a subgroup of genetic algorithm for solving the pro
在实时平台上,高斯混合模型(GMM)具有计算有效性和易于实现的优点。最大似然规则中,模型参数不 断更新,但由于爬山特征,任意的原始模型参数估计通常将导致局部最优 遗传算法(GA
遗传算法求解tsp文题 里面包括了执行文件-genetic algorithm tsp text that includes the implementation document
台湾的一个学生写的 蚁群算法解决tsp问题-Taiwan students to write an algorithm for solving the ant problem ts
遗传算法方法,步骤,实例。详细,有实例,很不错。-Genetic algorithm methods, steps, examples. Detail, there are exa
标准引力搜索算法(GSA)的源文件,傻瓜GSA工具箱实测能用,内设多个测试函数,可修改参数,方便做测试,适合初学者使用和学习。
遗传算法的相关书籍,希望对刚刚接触遗传算法的广大同仁有所帮助-Genetic algorithm-related books, want to just touch the vas
pso算法解决tsp问题的例子-PSO algorithm to solve the problem of examples tsp
蚁群算法 (ACO) 是一种优化算法,利用蚂蚁物种的自然行为,蚂蚁觅食地上存款信息素。在这蚁群算法被介绍对付的图像边缘检测问题。提出基于蚁群算法的边缘检测方法是能够建立一个信息素矩
During our Optmization Methods and Algotihms course, professor has given us an assignement