CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 启发式算法

搜索资源列表

  1. 离散类电磁机制算法

    0下载:
  2. 求解组合优化问题的类电磁机制算法,visual studio 2008中c++编写。该算法为元启发式算法中的新研究热点。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. JULIEI

    1下载:
  2. 用MATLAB进行时间序列分析,聚类分析和启发式算法一些介绍。个人收集,很有价值-Using MATLAB to carry out time series analysis, clustering analysis and heuristic introduction. Personal collection, great value
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3367849
    • 提供者:张明
  1. SimulatedAnnealing

    0下载:
  2. 主要介绍模拟退火算法,也是一个很好的启发式算法,在数值优化中用的比较多。-Introduces the simulated annealing algorithm is a good heuristic algorithm used in the comparison of numerical optimization more.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:141932
    • 提供者:吕琼帅
  1. 8-pluzze

    0下载:
  2. 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:38663
    • 提供者:徐晓涛
  1. annealing

    0下载:
  2. 模拟退火源码,用于解决优化问题的一种启发式算法,理论上是一个全局最优算法。 -Simulated annealing source code for solving optimization problems in a heuristic algorithm, in theory, is a global optimal algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3321
    • 提供者:任贤齐
  1. optimization-algorithm

    0下载:
  2. 一种基于新型优化算法的多播路由选择方法 遗传算法&蚁群优化算法已在多播路由优化问题中得到了广泛应用 但由于算法本身的缺陷 二者在具体应用 时都存在着时间性能与优化性能之间的矛盾#论文将遗传算法与蚁群优化算法二者合成 优势互补#仿真实验表明 应用 这种算法于多播路由问题 可以得到比现有启发式算法更好的结果# -A new optimization algorithm based on the multicast routing method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:177470
    • 提供者:
  1. 蝙蝠算法原程序

    2下载:
  2. 蝙蝠算法(Bat Algorithm, 简 称 BA)是由Xin-She Yang于2010年提出的一种新型的元启发式算法,其来源于对蝙蝠回声定位行为的模拟。该算法具有模型简单、收敛速度快、可并行处理等特点,在函数优化,背包问题和多目标优化问题等领域得到初步应用。
  3. 所属分类:matlab例程

  1. 启发式搜索A算法

    0下载:
  2. 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:214016
    • 提供者:anbao
  1. 自然启发算法

    0下载:
  2. 几种启发式算法的集合,可用于数值优化,模型优化等;(The collection of several heuristic algorithms can be used for numerical optimization, model optimization, etc.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-19
    • 文件大小:14068736
    • 提供者:bing228
  1. 粒子群优化算法的寻优算法——非线性函数极值寻优

    0下载:
  2. 粒子群优化算法 一种经典的启发式算法(Particle swarm optimization algorithm, a classic heuristic algorithm)
  3. 所属分类:matlab例程

  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:27648
    • 提供者:傲视天下
  1. GA遗传算法

    0下载:
  2. 经典遗传算法 GA 单目标优化智能算法 启发式算法 优化算法(genetic optimization)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:nwpuls
  1. 最基本的蚁群算法+2opt邻域搜索_求解TSP

    0下载:
  2. 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:76800
    • 提供者:7号咯
  1. 遗传算法

    0下载:
  2. 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), g
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:amnesia666
  1. 算法求解程序库

    2下载:
  2. 4种启发式算法的问题的matlab程序,非常的实用(4 kinds of heuristic algorithm of the matlab program, very practical)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:16384
    • 提供者:WWW.GDL
  1. 蚁群

    1下载:
  2. 蚁群优化算法进行参数优化,是元启发式算法的一种(Ant colony optimization (ACO) optimization algorithm is a kind of meta heuristic algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:wangbiaofzgg
  1. 蚁群算法(路径规划程序)

    2下载:
  2. 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:145408
    • 提供者:wyj2277
  1. Memetic Algorithm

    2下载:
  2. 基于启发式算法(Heuristic Algorithm, HA)与修复遗传算法(Repairing Genetic Algorithm, RGA)相结合的文化基因算法(Memetic Algorithm, MA)是一种较为迅速的最优算法(The Memetic Algorithm (MA) based on Heuristic Algorithm (HA) and repair Genetic Algorithm (RGA) is a relatively fast optimal Algori
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:梦倾
  1. 启发式算法

    0下载:
  2. 利用启发式算法解决图着色问题,包括禁忌表,仇人表等一系列操作(Solving the problem of graph coloring with heuristic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-12-23
    • 文件大小:336896
    • 提供者:lenonald
  1. 启发式算法

    1下载:
  2. 基础的启发式算法样例,ACA,GA,PSO,SA(Example of basic heuristic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-26
    • 文件大小:40960
    • 提供者:AnfeiFan
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com