登录
首页 » AI-NN-PR » 蚂蚁算法的VC代码源,模拟蚂蚁觅食的行走途径,解决最优路径问题。...

蚂蚁算法的VC代码源,模拟蚂蚁觅食的行走途径,解决最优路径问题。...

于 2022-02-05 发布 文件大小:2.58 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

蚂蚁算法的VC代码源,模拟蚂蚁觅食的行走途径,解决最优路径问题。-Ant Algorithm VC source code to simulate the foraging ants to walk way to solve the optimal routing problem.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 遗传算法应用
    遗传算法应用-Application of genetic algorithms
    2022-05-12 21:49:41下载
    积分:1
  • 神经网络lvq算法程序
    神经网络lvq算法程序-neural network algorithm procedures lvq
    2022-06-14 00:05:48下载
    积分:1
  • It is 3D LBP, which is publised in IEEE TPAMI, a top journal of computer vision...
    Running this funciton each time to compute the LBP-TOP distribution of one video sequence. Reference: Guoying Zhao, Matti Pietikainen, "Dynamic texture recognition using local binary patterns with an application to facial expressions," IEEE Transactions on Pattern Analysis and Machine Intelligence, 2007, 29(6):915-928.-It is 3D LBP, which is publised in IEEE TPAMI, a top journal of computer vision and pattern recognition. After unzipping the package, you can find a project coded in C++. After complied it, you can use it directly. Some tested images are also attached in the package.
    2022-08-21 11:32:36下载
    积分:1
  • 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
    模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
    2022-08-26 01:32:21下载
    积分:1
  • 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图...
    本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料-this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information
    2022-03-17 05:57:09下载
    积分:1
  • 这是一个关于遗传算法的程序,包括了算法的各个过程,其实我对遗传算法也不很懂,也是刚刚开始学习阶段,希望一起进步...
    这是一个关于遗传算法的程序,包括了算法的各个过程,其实我对遗传算法也不很懂,也是刚刚开始学习阶段,希望一起进步-This is a genetic algorithm on the procedures, including all the process of the algorithm, in fact, I do not很懂of genetic algorithm, is just the beginning stages of learning, hope and progress together
    2022-03-23 03:31:16下载
    积分:1
  • in vc console operations, Genetic Algorithm for the shortest path, adjacency mat...
    在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
    2022-03-04 23:40:43下载
    积分:1
  • A star 算法类的实现(算法接口,针对迷宫问题设计)
    A star 算法类的实现(算法接口,针对迷宫问题设计)-algorithm to achieve the category (algorithm interface design issues against maze)
    2022-08-22 21:54:43下载
    积分:1
  • 使用最小二乘支持向量机对多维pyrim数据进行回归,需要下载最小二乘支持向量机工具箱。...
    使用最小二乘支持向量机对多维pyrim数据进行回归,需要下载最小二乘支持向量机工具箱。-use of least squares support vector machines for multidimensional data pyrim return need to download least squares support vector machines toolbox.
    2022-11-16 11:40:03下载
    积分:1
  • 开始:我已经编写了神经网络的程序,还没有…
    新手上路: 自己编写的BP神经网络程序,还不是成熟,希望能够加入社区和高手们学习学习-Getting Started: I have written procedures for the BP neural network, is not yet mature, I hope you can join the community and learning to learn
    2022-08-09 08:54:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载