CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 退火 遗传

搜索资源列表

  1. SimulatedAnnealing

    0下载:
  2. 本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environmen
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:17252
    • 提供者:yaoqiuxiang
  1. TSP

    0下载:
  2. 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1744903
    • 提供者:翁海冰
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  1. modern_youhua

    0下载:
  2. 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4639348
    • 提供者:zhang
  1. Jobshopschedulingsimulatedannealinggeneticalgorith

    7下载:
  2. 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:17815
    • 提供者:赵欣
  1. many-methods-to-solve-TSP

    1下载:
  2. 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7907
    • 提供者:xiaorh
  1. Advanced-algorithm-notes

    0下载:
  2. 先进算法讲义-中科大。在本讲义中,我们将着重讲述一些数学建模中常用的算法,包括神经网络算法、遗传算 法、模拟退火算法和模糊数学方法。-Advanced algorithm notes- China science and technology university.In this lecture, we will focus on talk about some mathematical modeling in common use in the algorithm, including n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:273229
    • 提供者:何迎东
  1. ga-fire

    0下载:
  2. matlab 遗传退火法 遗传退火法 遗传退火法 -matlab genetic annealing genetic annealing genetic annealing genetic annealing genetic annealing genetic annealing
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:54925
    • 提供者:sweetlotus
  1. gmt

    0下载:
  2. 此为遗传算法和模拟退火算法相结合的一个方法,可实现对函数的优化-This is the genetic algorithm and simulated annealing algorithm, a combination of methods, the optimization function can be realized
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:61583
    • 提供者:jessica
  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. TSP110707-1

    1下载:
  2. 旅行商问题是一个典型的NP完全性问题。本文基于改进的自适应遗传 算法设计并开发了一个求解旅行商问题的软件程序,并将此程序进行了48 个城市的TSP问题计算,与模拟退火算法的计算过程及计算结果进行了比 较。文中给出了遗传算法在解决TSP问题中的参数选择和编码方式、适应 度函数的设计、种群的初始化和遗传算子的详细设计。通过对此程序的改 装,即可用于其他NP完全性问题的求解。-The traveling salesman problem is a typical NP proble
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5255999
    • 提供者:翁經堯
  1. Rectangle

    0下载:
  2. 矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:470786
    • 提供者:木易
  1. PSO

    0下载:
  2. 数学建模Pso算法 模拟退火 遗传算法-Pso mathematical modeling algorithm simulated annealing genetic algorithm, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:8873
    • 提供者:代代
  1. matlab-GA

    1下载:
  2. 模拟退火遗传算法通用代码,可以自己更改哈!-General simulated annealing genetic algorithm code, you can change yourself Ha!
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7206
    • 提供者:ljb
  1. image_segmentation

    0下载:
  2. 遗传模拟退火图像分割算法,对学习图像分割的童鞋们很有帮助,分割效果也很好~-Genetic simulated annealing algorithm for image segmentation, image segmentation of the study of children' s shoes are very helpful, segmentation is also very good ~
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4134096
    • 提供者:zhaolulu
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algorithm, search algorithm, greedy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:774915
    • 提供者:mcs
  1. tuihuoyichuanfa

    1下载:
  2. 遗传模拟退火算法,是一种对遗传算法的改进,效率很好。-Annealing Genetic Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5266
    • 提供者:hancock
  1. a

    0下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,其中使用matlab程序编出了整个算法-Genetic algorithm based on simulated annealing scheduling problem of vehicles, which use matlab program code out of the whole algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1643388
    • 提供者:陈磊
  1. rgsa

    0下载:
  2. 基于退火遗传算法优化QoS路由算法的研究,matlab源码-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1641
    • 提供者:马峰
  1. cheliang

    0下载:
  2. matlab程序,利用模拟退火遗传算法,对车辆调度问题进行编程,程序完整可行-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3583
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com