搜索资源列表
aco-ga-pso-tsp
- 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序
Genetic_Ant_Algorithms
- 一种运用蚂蚁算法和遗传算法解决旅行商问题的混合优化程序-an ant algorithm and the use of genetic algorithms to solve the traveling salesman problem hybrid optimization procedures
aco-ga-pso-tsp
- 一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program
Hydrid_GA_ACATSP
- 基于遗传和蚁群混合算法的图像配准算法 需要利用matlab遗传工具箱-Based on genetic and ant colony algorithm for hybrid image registration algorithm need to use genetic toolbox matlab
tsp
- 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended t
GeneticAntAlgorithms
- Java环境下的遗传算法,蚁群算法的混合实现-Java environment, genetic algorithms, ant colony algorithm for hybrid realization
ACOKP1227
- 加入贪婪策略和遗传算法中的变异策略的混合蚁群算法-Join the greedy strategy and mutation strategy of ant colony algorithm
modern_youhua
- 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Pa
algorithms
- 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization
TSP-based-on-improved-pso
- 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algori
yiqunandyichuan
- 本科毕业设计时最后版本,蚁群和遗传算法的混合算法。-Graduation design the final version of the hybrid ant colony algorithm and genetic algorithm.
3312e2e96dcb
- 个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序-Collection of genetic algorithm, ant colony algorithm for hybrid particle swarm optimization algorithm to solve TSP MATLAB program
ga-pso-aca_esn
- 用遗传粒子群蚁群混合算法来优化回升状态网络训练后的最终值。-Mixed genetic particle swarm ant colony algorithm to optimize the final value in the rebound after the state network training.
ant-colony-
- 基于目标函数变化率的混合蚁群遗传算法-Hybrid ant colony based on the rate of change of the objective function of genetic algorithm
TSP
- 总结的混合粒子群算法、蚁群算法、遗传算法求TSP(旅行商问题),值得看一看-Summary hybrid particle swarm optimization, ant colony algorithm, genetic algorithm for TSP (traveling salesman problem), it is worth a look
VRPpro-master
- 自适应系数蚁群算法混合遗传算法,对于初学者学习理解集群算法很有帮助-Simple basic ant colony algorithm, clustering algorithm for beginners to learn to understand very helpful
APSO-GA-ACO-TSP
- 综合粒子群和蚁群算法,再利用遗传算法中交叉编译算子;再引入模糊技术,形成模糊自适应粒子群和蚁群混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then genetic algorithm is used to cross compile operator then introduced the fuzzy technology, forming
PSO_TSP(混合粒子群:较优)
- 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
混合遗传蚁群HGIACA
- 智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
美赛A题常见参考代码
- 美赛A题常见参考代码,包括蚁群算法,遗传算法,目标优化,神经网络优化,多元非线性回归,免疫算法,混合粒子群算法,灰色关联分析,人工鱼群,量子遗传算法,一元线性回归,基于Logistic回归模型评估企业还款能力代码......