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

搜索资源列表

  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. 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. cheliang

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

    • 发布日期:2017-03-28
    • 文件大小:3583
    • 提供者:
  1. saga

    1下载:
  2. 模拟退火遗传算法代码,很实用,方便修改,有运行实例-Simulated annealing genetic algorithm code, very practical, easy to modify, run instance
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:510976
    • 提供者:hxliang
  1. 2009011308_homework3

    0下载:
  2. 清华大学人工智能小作业,旅行商问题,模拟退火/遗传算法-Tsinghua University artificial intelligence job, traveling salesman problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:100300
    • 提供者:liangchen
  1. ga_basicprogram

    0下载:
  2. 模拟退火遗传算法,是英语初学者学习,是个很好的例程-Simulated annealing genetic algorithm, English for beginners to learn, it is a good routine
  3. 所属分类:Software Testing

    • 发布日期:2017-12-07
    • 文件大小:1488
    • 提供者:徐睿
  1. simulated-annealing

    0下载:
  2. 基于模拟退火遗传算法的车辆路径问题研究-Based on simulated annealing genetic algorithm for vehicle routing problem research
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:64167
    • 提供者:王玉昂
  1. SGA2

    2下载:
  2. 模拟退火算法和遗传算法相结合,构建的模拟退火遗传算法,实现优势互补-Simulated annealing algorithm is combined with genetic algorithm, simulated annealing genetic algorithms to construct, realize the complementary advantages!!
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2382
    • 提供者:zhang
  1. 新建文件夹

    0下载:
  2. 遗传算法工具箱的各种函数,对于遗传算法中的模拟退火算法,聚类算法等都有一定的帮助(Various functions of genetic algorithm toolbox)
  3. 所属分类:matlab例程

  1. Matlab十大算法源代码

    0下载:
  2. Floyd算法,概率算法,类比法,蒙特卡洛,神经网络,贪婪算法,模拟退火算法,灰色预测,遗传算法等(Floyd algorithm, probability algorithm, analogy method, Monte Carlo, neural network, greedy algorithm, simulated annealing algorithm, grey prediction, genetic algorithm, etc.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:9578496
    • 提供者:peanut0414
  1. 30个MATLAB算法应用例程

    0下载:
  2. 介绍了累计30个算法的程序案例,从神经网络、遗传、模拟退火、SVM等案例开始。(This paper introduces the case of 30 algorithms, starting with neural networks, genetic algorithms, simulated annealing, SVM and so on.)
  3. 所属分类:matlab例程

« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com