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

搜索资源列表

  1. 模拟退火,遗传算法,神经网络程序

    0下载:
  2. 模拟退火,遗传算法,神经网络程序高级算法的简单运用,是有效的计算出最优的方法,相比于暴力搜索,算法简洁,运行时间短(The application of simulated annealing, genetic algorithm and advanced algorithm of neural network program is the best way to calculate effectively. Compared with violent search, the algorithm
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:30720
    • 提供者:问梅vuk
  1. 算法

    1下载:
  2. floyd算法又称为插点法,是一种利用动态规划的思想寻找给定的加权图中多源点之间最短路径的算法,模拟退火算法是局部最优解能概率性地跳出并最终趋于全局最优,遗传算法是一种通过模拟自然进化过程搜索最优解的方法。(The Floyd algorithm is also known as the insertion point method, which is a multi weighted graph using the idea of dynamic programming for the giv
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:108544
    • 提供者:咯吧嘞
  1. SAGAexp.m

    2下载:
  2. 遗传算法和模拟退火算法融合,解决遗传算法早熟问题。(Fusion of genetic algorithm and simulated annealing algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:秋天三岁
  1. 代码

    0下载:
  2. 参考多篇学术论文,可执行的matlab模拟退火算法代码(efer to several academic papers, the executable matlab simulated annealing algorithm code.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:VonSylv
  1. arithmetic

    0下载:
  2. 用Java分别实现了遗传、模拟退火、BP的旅行商问题(The traveling salesman problem of heredity, simulated annealing and BP was realized by Java)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:367616
    • 提供者:于鱼鱼
  1. PSO+2

    0下载:
  2. 基于模拟退火的PSO算法;用一个算列来说明该方法;同步变化学习因子PSO算法,也用一个算例来说明;本人运行测试通过(PSO algorithm based on simulated annealing; a column is used to illustrate the method; I run the test.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:huang_sir
  1. VRP模拟退火

    4下载:
  2. 采用模拟退火算法求解车辆路径问题 (Using simulated annealing algorithm to solve the vehicle routing problem)
  3. 所属分类:matlab例程

  1. monituihuo

    0下载:
  2. 提出了一种混合模拟退火算法, 以模拟退火法作为随机搜索引擎,利用逻辑编程和线性规划来检验和处理搜索结果。这种算法既可以发挥随机搜索法的快速寻找可行解的优势, 又可以充分考虑特定问题内在的逻辑和数学关系, 使之可以在较短的时间内得到一较优解实例计算结果表明, 同传统的混合整数线性规划方法相比这种算法可以快速地给出优化解, 月优化值与全局最优依差别不大, 可以更好地解决原油实际调度问题(A hybrid simulated annealing algorithm is proposed, which
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:栗平
  1. 模拟退火算法和遗传算法程序

    0下载:
  2. 使用MATLAB编写的模拟退火算法和遗传算法的源代码(The source code of the simulated annealing algorithm and genetic algorithm written in MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:1334849784
  1. SimulateAnnealing1

    0下载:
  2. 用模拟退火程序在三维空间内跳跃寻找最值,适用于二次函数,全局最优(The simulated annealing program is used to jump in the three-dimensional space to find the maximum value, which is suitable for the two function, the global optimum.)
  3. 所属分类:并行计算

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:老油田
  1. 新建文件夹 (2)

    0下载:
  2. 模拟退火算法求最短路径,matlab完整代码,可以直接运行(The shortest path of simulated annealing algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:杰是
  1. l3_simulated_annealing_algorithm

    0下载:
  2. 模拟退火算法MATLAB程序(寻找最佳路径的优化方式)(Simulated annealing algorithm MATLAB (search for optimal path optimization))
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:liuty
  1. 第7章 人工神经网络及其Matlab实现.tar

    1下载:
  2. Matlab的人工神经网络程序和模拟退火程序及其说明(Matlab artificial neural network program and simulated annealing program and its descr iption)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:80896
    • 提供者:热風
  1. SA_TSP

    0下载:
  2. 介绍模拟退火算法,并应用到TSP问题上。并附有小程序(Introduce simulated annealing algorithm and apply it to TSP problem. With a small program)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:489472
    • 提供者:烟艹
  1. Simulatedannealing

    0下载:
  2. 这是关于模拟退火算法的文献,应用于化工领域的间歇精馏过程。(This is the literature of simulated annealing algorithm, which is applied to the batch distillation process in the chemical field.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:158720
    • 提供者:rinkka
  1. program

    0下载:
  2. 这是一个应用了模拟退火算法的来解决最短距离的问题的程序,基础适合初次接触模拟退火算法缺实例程序的同学(This is a program about mohu in the shortest route between the cities using some sub- program.Maybe this is easy to understand for the freshman as a part in the basic knowledge but this is also a goo
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:凌霄丶
  1. test1

    0下载:
  2. 模拟退火算法的MATLAB简单例程,可供初学者学习了解(Simulated annealing algorithm MATLAB simple routines for beginners to learn)
  3. 所属分类:matlab例程

  1. tsp

    0下载:
  2. matlab源代码用模拟退火算法求解TSP问题(we use SA to solve TSP problem, This is the matlab code.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:奔跑人生
  1. SA

    1下载:
  2. 层状面波模拟退火反演,用于简单的层状地层面波的反演,设置好初始模型,添加实测的频散曲线进行反演对比(Simulated annealing inversion of layered surface wave)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:hwbsyx
  1. 模拟退火算法

    0下载:
  2. 模拟退火算法解决背包问题,matlab环境实现c流程(Simulated annealing algorithm solves knapsack problem, and realizes C process in Matlab environment.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:sgdmc
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com