Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - mmas
Search - mmas - List

Update : 2025-02-17 Size : 348.21kb Publisher :

The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). -The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
Update : 2008-10-13 Size : 313.28kb Publisher : 颜晨阳

采用C++语言编写最大最小蚁群优化算法程序,解决问题-using C language largest smallest ant colony optimization algorithm to solve problems
Update : 2008-10-13 Size : 5.17kb Publisher : 王红

蚂蚁算法实验室,可以仿真模拟一-laboratory ant algorithm can be simulated under what
Update : 2008-10-13 Size : 348.51kb Publisher : 文清

蚂蚁算法实验室,可以仿真模拟一-laboratory ant algorithm can be simulated under what
Update : 2025-02-17 Size : 348kb Publisher : 文清

蚁群算法源代码,一个老外的例子-ant colony algorithm source code and an example of a foreigner
Update : 2025-02-17 Size : 318kb Publisher : 全动

The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). -The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
Update : 2025-02-17 Size : 313kb Publisher : 颜晨阳

DL : 0
采用C++语言编写最大最小蚁群优化算法程序,解决问题-using C language largest smallest ant colony optimization algorithm to solve problems
Update : 2025-02-17 Size : 5kb Publisher :

《Ant Colony Optimization》Marco Dorigo写的一本关于蚁群算法的书。包括AS、ACS、EAS、ASRank、MMAS的讲解。很好的一本书。-Ant Colony Optimization Marco Dorigo wrote a book about ant colony algorithm. Including AS, ACS, EAS, ASRank, MMAS explanation. A very good book.
Update : 2025-02-17 Size : 1.85mb Publisher : nxliliang

解旅行商问题的ACO算法,包括了AS,EAS,ASRANK,MMAS,ACS-ACO to slove TSP. Including AS,EAS,ASRANK,MMAS,ACS.
Update : 2025-02-17 Size : 93kb Publisher : xiaochuzhe

Short description: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). Aim of the software: Educational (not high-performance) it shows how to implement a MMAS in the Hyper-Cube Framework. -Short description: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). Aim of the software: Educational (not high-performance) it shows how to implement a MMAS in the Hyper-Cube Framework.
Update : 2025-02-17 Size : 313kb Publisher : xiaochuzhe

大师级人物写的蚁群算法解决TSP问题,真的挺不错,你可以下下来看看的.- Program s name: acotsp Ant Colony Optimization algorithms (AS, ACS, EAS, RAS, MMAS, BWAS) for the symmetric TSP Copyright (C) 2004 Thomas Stuetzle This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA email: stuetzle no@spam informatik.tu-darmstadt.de mail address: Universitaet Darmsta
Update : 2025-02-17 Size : 87kb Publisher : duane

DL : 0
最大最小改进蚁群优化算法,c++工程,编译即可-Max Min Ant Colony Optimization Algorithm, c++ projects can be compiled
Update : 2025-02-17 Size : 821kb Publisher : xuyc

DL : 0
最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
Update : 2025-02-17 Size : 54kb Publisher : rock

DL : 0
MMAS 蚁群优化算法 -MMAS ACO
Update : 2025-02-17 Size : 4kb Publisher : 胡晓帅

DL : 0
蚁群算法 课程内容 比较详细 有文档分解 很不错-ACO course content in more detail with documents into a very good
Update : 2025-02-17 Size : 128kb Publisher : 斯科

程序开始运行,蚂蚁们开始从窝里出动了,寻找食物;他们会顺着屏幕爬满整个画面,直到找到食物再返回窝。 其中,‘F’点表示食物,‘H’表示窝,白色块表示障碍物,‘+’就是蚂蚁了。 预期的结果: 各个蚂蚁在没有事先告诉他们食物在什么地方的前提下开始寻找食物。当一只找到食物以后,它会向环境释放一种信息素,吸引其他的蚂蚁过来,这样越来越多的蚂蚁会找到食物!有些蚂蚁并没有象其它蚂蚁一样总重复同样的路,他们会另辟蹊径,如果令开辟的道路比原来的其他道路更短,那么,渐渐,更多的蚂蚁被吸引到这条较短的路上来。最后,经过一段时间运行,可能会出现一条最短的路径被大多数蚂蚁重复着。-This is a program that mixed ACS & MMAS together.
Update : 2025-02-17 Size : 121kb Publisher : 刘立恒

DL : 0
蚂蚁算法系列中的mmas算法,实现对tsplib算例的计算,较多算例能达到已知最优解。-Ant algorithm series of mmas algorithm to realize tsplib example calculation, more examples can achieve known optimal solution.
Update : 2025-02-17 Size : 2kb Publisher : kevin

在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
Update : 2025-02-17 Size : 311kb Publisher : mlon

DL : 0
最大最小蚁群算法MMAS程序matlab版本(MMAS program MATLAB version)
Update : 2025-02-17 Size : 8kb Publisher : 来信
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.