登录
首页 » AI-NN-PR » on the ant colony algorithm for solving specific problems Optimization Practice...

on the ant colony algorithm for solving specific problems Optimization Practice...

于 2022-11-08 发布 文件大小:1.39 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

介绍了蚁群算法解决具体问题的优化算法,实践证明效果很好-on the ant colony algorithm for solving specific problems Optimization Practice has proved very effective

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

发表评论

0 个回复

  • 模拟退火算法 模拟退火算法(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
  • 2. "Genetic Algorithm
    2。《遗传算法――理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版 本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-2. "Genetic Algorithm-- theory, application and software," Wang Xiaoping, Li-Ming Cao compile Xi"an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm"s basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm app
    2022-02-21 20:38:07下载
    积分:1
  • 运用MATLAB语言编写的连续型霍普菲尔德网络
    运用MATLAB语言编写的连续型霍普菲尔德网络-using MATLAB prepared by the continuous Hopfield network
    2022-04-09 05:04:10下载
    积分:1
  • 遗传算法,生物
    遗传算法,生物技术,进化技术,主用用来求函数优化问题-Genetic algorithms, bio-technology, evolution of technology, the main use for the seek function optimization problems
    2022-02-02 06:08:33下载
    积分:1
  • bp神经网络识别数字,可识别0
    bp神经网络识别数字,可识别0-9的十个数字-the number of bp neural network can identify the ten figures 0-9
    2022-03-05 00:08:57下载
    积分:1
  • FP-GROWTH算法的源代码(JAVA)-FP-Growth code and algrithem
    2022-03-23 05:17:20下载
    积分:1
  • 目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向...
    目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向者探讨一二。-only friends will find bp algorithm octal problem, this process satisfactorily resolved this problem. Now I make fuzzy control, neural networks, genetic algorithms topic, a lot of collection procedures, and hopes to explore the same direction on January 2.
    2022-10-19 23:45:04下载
    积分:1
  • 可视化的手写(鼠标)字母数字神经网络训练程序。
    可视化的手写(鼠标)字母数字神经网络训练程序。-visulized neural network trainning programme。
    2022-09-05 18:55:03下载
    积分:1
  • 本程序可以对输入.avi 序列中的车辆数进行计算,准确性非常高,是一个值得参考的代码:)...
    本程序可以对输入.avi 序列中的车辆数进行计算,准确性非常高,是一个值得参考的代码:)-This procedure can be input. Avi sequence to calculate the number of vehicles, accuracy is very high, is a reference to the code:)
    2022-10-04 15:15:03下载
    积分:1
  • 目前最好的A*寻路算法
    目前最好的A*寻路算法-Currently the best A* pathfinding algorithm. . . . . . . . .
    2022-09-08 06:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载