搜索资源列表
用蚁群算法实现自动化仓库路径优化
- 用蚁群算法实现自动化仓库路径优化-ant colony algorithm using automated warehouse Path Optimization
一种求解TSP的蚁群算法
- 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
聚类问题的蚁群算法
- 蚁群算法在聚类中的一个应用,不是很具体。希望和大家一起讨论这个问题。-Ant Algorithm in a cluster of application is not very specific. And we hope to discuss this issue.
蚁群算法解决TSP问题
- 用蚁群算法解决100个城市的TSP问题
ant_code
- JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
pso
- PSO粒子群算法的JAVA实现,效率还算可以,谢谢了-PSO Particle Swarm JAVA implementation, efficiency too badly, thank you
PSO_ToolKit
- java的源程序代码,用java语言编写的粒子群算法优化两个经典函数。java的源程序代码,用java语言编写的粒子群算法优化两个经典函数。-java s source code, written in java using particle swarm optimization of two classic functions. java s source code, written in java using particle swarm optimization of two classi
antjava
- 蚁群算法的java实现,这个还是要经过优化一下即可。在myeclipse下实现-ant colony
java
- 这是一份完整的用Java实现蚁群算法的代码!希望能给你在解决蚁群算法的代码中提供一定的帮助!-This is a complete implementation of ant colony algorithm using Java code! I hope you can solve the ant colony algorithm in the code must provide the help!
ga
- 粒子群算法与遗传算法的结合研究,值得参考!-Particle Swarm Optimization and Genetic Algorithm for the combination of research
paike
- 高校排课系统的算法,基于蚁群算法。高校排课系统的算法,基于蚁群算法-University Course Scheduling System algorithms, based on the ant colony algorithm. University Course Scheduling System algorithms, based on the ant colony algorithm
ArcGIS_New0.8
- java 实现的 蚁群算法。利用java自主实现的一群算法-java implements the ACO
jbyqsftsp
- 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
java
- 实现蚁群算法解决TSP问题,打印寻找到的最短路径以及其长度,随附数据-Implementation problems ant colony algorithm to solve TSP, print to find the shortest path and its length
java_tsp
- 用Java 编写的蚁群算法解决TSP问题的路径规划,取得了很好的效果-Java written by ant colony algorithm to solve TSP problem of path planning, and achieved good results
PSO_Garver6网架规划(直流计及可靠性)
- 采用粒子群算法对GARVER-6节点配网系统进行计及经济性与可靠性的网架规划(Particle Swarm Optimization (PSO) is used to plan the GARVER-6 node distribution network system considering economy and reliability.)
c++实现的粒子群算法
- 使用c++语言实现粒子群算法,代码简单易懂,很不错
pso
- 实现机组负荷优化分配的粒子群算法MATLAB代码(MATLAB Code of Particle Swarm Optimization for Unit Load Distribution)
蚁群算法
- 蚁群算法解决路径规划,TSP问题,城市路径规划,MATLAB代码
粒子群算法源码
- 粒子群算法(PSO)属于群智能算法的一种,是通过模拟鸟群捕食行为设计的。假设区域里就只有一块食物(即通常优化问题中所讲的最优解),鸟群的任务是找到这个食物源。鸟群在整个搜寻的过程中,通过相互传递各自的信息,让其他的鸟知道自己的位置,通过这样的协作,来判断自己找到的是不是最优解,同时也将最优解的信息传递给整个鸟群,最终,整个鸟群都能聚集在食物源周围,即我们所说的找到了最优解,即问题收敛。