Description: matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS
前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。
遗传算法解决最小生成树问题,PURFER编码。
粒子群算法做无约束最优化问题。
蚁群算法解决TSP问题。
如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm for calculation of AS some time ago on the intelligent test classes, make their own procedures. Quote here, hope someone can improve them, and exchange of experience which is more valuable. Genetic algorithm to solve the minimum spanning tree problem, PURFER coding. Particle swarm optimization to do unconstrained optimization problem. Ant colony algorithm to solve the TSP problem. If there is hope to exchange our experience, thank you, He He Platform: |
Size: 5120 |
Author:stephen |
Hits:
Description: matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS
前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。
遗传算法解决最小生成树问题,PURFER编码。
粒子群算法做无约束最优化问题。
蚁群算法解决TSP问题。
如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm for calculation of AS some time ago on the intelligent test classes, make their own procedures. Quote here, hope someone can improve them, and exchange of experience which is more valuable. Genetic algorithm to solve the minimum spanning tree problem, PURFER coding. Particle swarm optimization to do unconstrained optimization problem. Ant colony algorithm to solve the TSP problem. If there is hope to exchange our experience, thank you, He He Platform: |
Size: 14336 |
Author:stephen |
Hits:
Description: 蚂蚁优化蛋白质序列,找到蛋白质序列的能量函数的最小值-Ant colony optimization for protein sequences, protein sequences to find the minimum energy function Platform: |
Size: 6144 |
Author:zhaochuanmin |
Hits:
Description: 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I am preparing for 2010 U.S. race mathematical modeling algorithms are well-prepared data, a total of 13 algorithms. It should be said is a relatively wide set of algorithms. Each algorithm implementation from a VC6 example, to solve a problem. Some of which I have written, the other is modified by the web, compiled by the post. Results also good, a M, is now sharing the information out, we want to help, mainly simulated annealing algorithm, genetic algorithm, Monte Carlo algorithm, ant colony algorithm, particle swarm optimization, cellular automata, Dijkstra, minimum spanning tree algorithm, the maximum bipartite matching algorithm, maximum flow algorithm, dynamic programming, branch and bound method, queuing theory algorithms, decision theory algorithm, I wrote a documentation out very detailed Platform: |
Size: 1355776 |
Author:一招鲜 |
Hits:
Description: 移动机器人路径规划是机器人学的一个重要研究领域。它要求机器人依据某个或某些优化原则(如最小能量消耗,最短行走路线,最短行走时间等),在其工作空间中找到一条从起始状态到目标状态的能避开障碍物的最优路径,本代码应用蚁群算法来解决这个问题!-Mobile robot path planning is an important research field of robotics. It requires one or some of the robot based on the principle of optimization (such as the minimum energy consumption and the shortest walking route, the shortest travel time, etc.), to find the path from the initial state to the target state can avoid an obstacle in its optimal working space path, the code ant colony algorithm to solve this problem! Platform: |
Size: 2048 |
Author:冯丁 |
Hits:
Description: This a python program to calculate the minimum distance for travelling salesman problem using ant colony optimization. -This is a python program to calculate the minimum distance for travelling salesman problem using ant colony optimization. Platform: |
Size: 2048 |
Author:priyanka |
Hits:
Description: matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent calculation AS experimental course, make their own programs. Posts here, I hope someone can improve their exchange of experience is more valuable. Genetic algorithm to solve minimum spanning tree problem, PURFER code. Particle Swarm do unconstrained optimization problems. Ant colony algorithm to solve TSP problem. Platform: |
Size: 1024 |
Author:张 |
Hits:
Description: Introducing the rank-weight method into the
basic ant colony optimization (ACO), we use the modified
ACO to optimize the weights and thresholds value of neural
networks (NN). And when the BPNN is being trained, this
method can solve the disadvantages of running into the
minimum easily, and enhance the convergence speed. So we get
a heuristic method, which is good at time efficiency and
derivation efficiency that is ACOrw-BP. Then this method was
used to identify the speed of the motor in direct toque control
(DTC).The results of the simulation showed that: the modified
ACOrw-BP neural network not only has the ability of mapping
widely, but also enhancing the operation efficiency obviously.
The speed of the motor can be identified accurately by this
method, and the result is good. So, it implements the direct
toque control of speed sensorless. Platform: |
Size: 108544 |
Author:samir |
Hits:
Description: 基于发现蚁群算法优化神经网络是利用蚁群算法在解空间寻找出一组最优的权值和阈值,然后将这一组解带回到神经网络进行细致优化,从而得到最好的权值和阈值。(Found that the ant colony algorithm to optimize the neural network based on Ant Colony Algorithm in the solution space to find a set of optimal weights and threshold based on, and then the group returned to the neural network with detailed optimization, the best weight and threshold to get. But this does not fundamentally solve the disadvantage that the BP algorithm is easy to fall into the local minimum, because he hat algorithm will ensure that he gets the best result? In particular, the prediction is not t) Platform: |
Size: 787456 |
Author:跃跃欲
|
Hits: