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

搜索资源列表

  1. devec3

    0下载:
  2. 微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven tha
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:9423
    • 提供者:ashsun
  1. aiwa

    0下载:
  2. 求解tsp问题的MATLAB程序,模拟退火算法源程序-MATLAB problem solving procedures tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:758
    • 提供者:Zhang
  1. sa

    0下载:
  2. 运用模拟退火算法解决旅行商问题,简单易懂,代码清晰,行数比较少-Simulated Annealing to solve TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1813
    • 提供者:
  1. tuihuo

    0下载:
  2. 用模拟退火算法来解旅行商问题,c++源码及算法-Using simulated annealing algorithm to solve traveling salesman problem, c++ source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1455
    • 提供者:skygoal
  1. dde

    0下载:
  2. 实用的MFC 程序,呵呵 实现退火模拟算法-MFC practical simulated annealing program algorithm automatically
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3940
    • 提供者:梁欢
  1. fire

    0下载:
  2. 使用模拟退火算法求解10城市和20城市的旅行商问题,城市数目和城市之间的距离保存在txt文件中,程序读入数据后求解最优路径-The use of simulated annealing algorithm 10 cities and 20 cities in the traveling salesman problem, the number of cities and the distance between the cities stored in the txt file, the pro
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:613908
    • 提供者:郑益夫
  1. SaTsp

    0下载:
  2. 模拟退火解决tsp问题的源代码,对于模拟退火的过程提供了一定得抽象。-the source codes of the solution of TSP problem by using monituihuo methord.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1488
    • 提供者:hfl0626
  1. tsp1

    0下载:
  2. 关于TSP模拟退火&遗传算法&相应的MATLAB算法程序- tsp Genetic algorithm and simulated annealing and corresponding MATLAB algorithm procedures
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:31229
    • 提供者:江奇
  1. TspSA

    0下载:
  2. 首先介绍模拟退火算法,然后编写伪程序,结合Visual C++开发工具求解著名的旅行商问题TSP-Simulated annealing algorithm first introduced, and then the preparation of pseudo-process, combined with Visual C++ development tools for solving the famous Traveling Salesman Problem TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:927448
    • 提供者:liuzhiyong
  1. anneal

    0下载:
  2. 这是一个十分好用的模拟退火程序,快来看看吧-this is a very good suimulated annealing algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2978
    • 提供者:
  1. monituihuo

    0下载:
  2. 运用matlab实现了面对对象的模拟退火,并讲解详细-k-means algorithm, the use of debug matlab, and the success of simple and practical
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3755
    • 提供者:小龙
  1. SAA-MATLAB

    0下载:
  2. 模拟退火算法的MATLAB实例,包含图作色,旅行商等多个问题的例子。-Simulated annealing algorithm of MATLAB examples, including Fig作色, traveling salesman problem, and many other examples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:14526
    • 提供者:boy
  1. stimulated_annealing_toolbox

    0下载:
  2. Matlab模拟退火算法工具箱,它由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。-stimulated annealing toolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:61203
    • 提供者:Frank
  1. TSPSA

    0下载:
  2. 该程序是模拟退火算法应用中旅行商问题的c++程序-The procedure is the application of simulated annealing algorithm for the traveling salesman problem c++ program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:641409
    • 提供者:586
  1. anneal

    0下载:
  2. 用c编的关于退火算法的程序,可作为材料学习使用-With c on the annealing algorithm for the procedure can be used as learning material
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1296
    • 提供者:崔振超
  1. tuihuo

    0下载:
  2. 退火算法 要的可以自己下 。。。。。。 -Annealing algorithm to the next can. . . . . . . . . . .
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:766
    • 提供者:tang
  1. monituihou

    0下载:
  2. 模拟退火算法可以分解为解空间、目标函数和初始解三部分-Simulated annealing algorithm can be decomposed into solution space, objective function and the initial solution of three parts
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3250
    • 提供者:Fangking
  1. huitui

    0下载:
  2. 这个是Matlab算法解决 模拟退火算法 用两种方法-This is a Matlab algorithm simulated annealing algorithm to solve two ways
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3777
    • 提供者:尹胜台
  1. fire

    0下载:
  2. 人工智能算法中的模拟退火算法,使用c++编程-Artificial intelligence algorithms in the simulated annealing algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1579
    • 提供者:流星澈
  1. simulated_annealing

    0下载:
  2. 模拟退火算法解决旅行商问题-希望对大家有用-Simulated annealing algorithm to solve traveling salesman problem- I hope useful for all of us
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:815
    • 提供者:ww
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com