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

搜索资源列表

  1. [原创]模拟退火算法论文集

    0下载:
  2. 牛顿迭代求根遗传退火算法的APP打包,十分实用,适合新手(The Numerical Phenomenon in Newton's Iterative Method for Solving Complex Polynomials)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1037312
    • 提供者:湛湛青天
  1. 模拟退火

    0下载:
  2. 本文件用C语言实现模拟退火算法,供大家学习与交流使用。(This document uses C language to achieve simulated annealing algorithm for everyone to learn and exchange use)
  3. 所属分类:其他

  1. Auto_Path

    1下载:
  2. 利用MATLAB语言模拟退火算法和遗传算法这两个算法结合构成的遗传模拟退火算法对移动机器人进行路径规划(Using MATLAB simulated annealing algorithm and genetic algorithm two genetic algorithms combined with genetic simulated annealing algorithm for mobile robot path planning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:不二文静
  1. 模拟退火

    0下载:
  2. 利用模拟退火算法实现VRP问题,此算法结果较为优良,对了解模拟退火算法有一定的借鉴意义(Using simulated annealing algorithm to achieve the VRP problem, the algorithm results are relatively good, to understand the simulated annealing algorithm has certain reference value)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:40960
    • 提供者:莹莹11
  1. my_monituihuo

    0下载:
  2. 这是我自己写的TPS模拟退火算法,请各位指教(This is my own TPS simulated annealing algorithm, please advise)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:Mr.code
  1. 遗传算法处理NURBS曲线逼近(Matlab实现)

    2下载:
  2. 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of a given measurement point wit
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:125952
    • 提供者:beautyjade
  1. 模拟退火算法

    0下载:
  2. 作为一种优化算法,它对于电力系统的作用,做出了巨大的贡献(Optimization algorithm)
  3. 所属分类:数值算法/人工智能

  1. VRP模拟退火

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

  1. 模拟退火算法

    0下载:
  2. 提出了一种基于粒子群优化(PSO)算法的径向基(RBF)网络参数优化算法,首先利用减聚类算法确定网络径向基函数中心的个数,再用PSO算法优化径向基函数的中心及宽度,最后用PSO算法训练隐含层到输出层的网络权值,找到神经网络权值的最优解,以达到优化神经网络学习的目的。最后,通过一个实验与最小二乘法优化的神经网络进行了比较,验证了算法的有效性。(Particle swarm optimization (PSO) optimization of RBF network)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:983040
    • 提供者:大撒大1
  1. monituihuo

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

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:栗平
  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 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com