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

搜索资源列表

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

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

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

    0下载:
  2. 用模拟退火算法求解线性规划问题。 min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>=0(The simulated annealing algorithm is used to solve the linear programming problem. min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:熊小熊熊熊
  1. 遗传算法退火算法

    0下载:
  2. 利用MATLAB实现模拟退火算法的在各实际情况中的应用(The application of simulated annealing algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:9250816
    • 提供者:lesilecc
  1. 新建文件夹

    0下载:
  2. 这是一个关于模拟退火差旅问题的模板,简单易懂(This is a template for simulated annealing travel problem. It is easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:李胖子28
  1. sa-pso

    2下载:
  2. 利用模拟退火算法来接受不好的结果来改善粒子群算法,跳出局部最优陷阱。(The simulated annealing algorithm is adopted to accept the bad results to improve the PSO algorithm and jump out of the local optimal trap.)
  3. 所属分类:其他

    • 发布日期:2019-12-23
    • 文件大小:2048
    • 提供者:zyx1903435712
  1. 3f0a97fee62dbb6a8459ada23f0e620a

    1下载:
  2. matlab 图形图像处理 图像匹配 模拟退火法直接匹配 优化算法(MATLAB image processing, image matching, simulated annealing, direct matching algorithm)
  3. 所属分类:图形图象

    • 发布日期:2019-10-21
    • 文件大小:1024
    • 提供者:yourenaaa
  1. chapter20 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 基于matlab实现遗传、模拟算法在聚类中的应用(Application of genetic algorithm and simulation algorithm in clustering based on MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-22
    • 文件大小:11264
    • 提供者:wanger85
  1. Annealing algorithm

    1下载:
  2. 利用退火算法实现无人机路径巡航,但是效果比不上遗传算法。(The annealing algorithm is used to realize the route cruise of UAV.)
  3. 所属分类:matlab例程

  1. nd721

    1下载:
  2. 基于混沌的模拟退火算法,利用最小二乘法进行拟合多元非线性方程,在matlab R2009b调试通过。( Chaos-based simulated annealing algorithm, Multivariate least squares fitting method of nonlinear equations, In matlab R2009b debugging through.)
  3. 所属分类:书籍源码

    • 发布日期:2019-08-19
    • 文件大小:7168
    • 提供者:ycvsqf
  1. 30个智能算法模型

    1下载:
  2. 1-8遗传算法,9 多目标Pareto最优解搜索算法,10 基于多目标Pareto的二维背包搜索算法,11-12免疫算法,13-17粒子群算法,18鱼群算法,19-21模拟退火算法,22-24蚁群算法,25-27神经网络,28 支持向量机的分类,29 支持向量机的回归拟合,30 极限学习机的回归拟合及分类(1-8 genetic algorithm, 9 multi-objective Pareto optimal solution search algorithm, 10 multi-obje
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:1562624
    • 提供者:C131027
  1. ISP

    0下载:
  2. 独立集是指图 G 中两两互不相邻的顶点构成的集合。任意有关图中团的性质都能很自然的转述成独立集的性质。一般而言,寻找图的最大团是 NP 困难的,从而寻找图的最大独立集也是 NP 困难的。用模拟退火算法找出图的最大独立集。(Independent set is a set of vertices in graph G that are not adjacent to each other. The properties of cliques in any graph can be naturall
  3. 所属分类:其他

    • 发布日期:2019-07-24
    • 文件大小:1024
    • 提供者:mr_xia
  1. simulate

    1下载:
  2. 利用有记忆的模拟退火算法求解非线性整数规划问题,在考虑到购物要求、分布均衡要求、经济效益、潜在利益、就业效益的情况下如何在北京奥运会主场馆周边地区建设商业点,满足奥运会期间的购物需求、分布基本均衡和商业上盈利。(The memory simulated annealing algorithm is used to solve the non-linear integer programming problem. Considering the shopping requirements, dis
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-11-04
    • 文件大小:1024
    • 提供者:刘谋谋
  1. PDPTW

    2下载:
  2. 采用模拟退火与遗传算法相结合的混合算法解决带时间窗的取送货问题(A hybrid algorithm based on simulated annealing and genetic algorithm is used to solve the delivery and pick-up problem with time windows.)
  3. 所属分类:交通/航空行业

    • 发布日期:2020-07-10
    • 文件大小:172032
    • 提供者:固执的蜗牛
  1. 模拟退火蝙蝠萤火虫

    3下载:
  2. 可以通过以上三种算法进行参数的优化,剑桥大学编著(These three algorithms can be used to optimize the parameters. Edited by Cambridge University.)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:18432
    • 提供者:小汤圆不圆
  1. Mariana

    1下载:
  2. 使用模拟退火算法进行SVM超参数优化,NASA 开源软件。(Mariana is an algorithm that efficiently optimizes the hyperparameters for Support Vector Machines for regression and classification. It currently uses Simulated Annealing for optimization but can be extended to use a va
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-22
    • 文件大小:2828288
    • 提供者:gogozhang
  1. (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling

    5下载:
  2. (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling,模拟退火算法求解并行车间调度问题程序,可运行出结果,结果可行有效(matlab编程实现)
  3. 所属分类:汇编语言

  1. 111

    2下载:
  2. 用于求解带时间窗的多车场的配送路径优化问题,即vrp问题,算法是基于模拟退火算法和遗传算法的混合算法(The algorithm is a hybrid algorithm based on simulated annealing algorithm and genetic algorithm, which is used to solve the distribution path optimization problem of multi depot with time window)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:3072
    • 提供者:小时代8884
  1. 粒子群算法

    0下载:
  2. 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 遗传模拟退火

    1下载:
  2. 遗传模拟退火算法,包括遗传算法及加入退火优化,退火算法可以跳出局部最优解。
  3. 所属分类:汇编语言

« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com