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

搜索资源列表

  1. Duoyuanw1

    0下载:
  2. 用于遗传算法,机械设计的优化与开发。也可用于模拟退火-for genetic algorithm, the optimal mechanical design and development. Can also be used for simulated annealing
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3.05kb
    • 提供者:
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.59kb
    • 提供者:周薇
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26.22kb
    • 提供者:竹子的信仰
  1. GASA

    1下载:
  2. 图像分割的优化算法,结合了遗传算法和模拟退火算法,并将优化算法和原始otsu方法进行了比较-Optimization of image segmentation algorithm that combines genetic algorithm and simulated annealing algorithm and optimization algorithm and the original method otsu are compared
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:81.24kb
    • 提供者:xw
  1. munituihuo

    0下载:
  2. 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimiza
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1.29kb
    • 提供者:rain
  1. CAD

    0下载:
  2. 自己编写的电路分析,优化程序,可求解电路响应,计算元件灵敏度,优化方法包括Powell法,模拟退火法,可部分实现滤波器设计的功能-I have written the circuit analysis, optimization procedures, can solve the circuit response, computing components sensitivity, and optimization methods including Powell method, simulat
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:77.82kb
    • 提供者:david
  1. monituihuosuanfa

    0下载:
  2. 在求解非线性方程中如何运用模拟退火优化算法进行分析-Solving nonlinear equations in the use of simulated annealing algorithm to analyze
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:3.82kb
    • 提供者:yuyingying
  1. PSOBP502

    0下载:
  2. PSO算法优化BP神经网络,数学建模模拟退火算法的改进-PSO algorithm to optimize the BP neural network, mathematical modeling simulated annealing algorithm improve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2.23kb
    • 提供者:wangxiaofei
  1. Eamosav

    0下载:
  2. 进化计算会刊的模拟退火多目标标优化 大家的杰作 很有参考价值 -Evolutionary computing Proceedings of simulated annealing multi-objective standard to optimize everyone' s masterpiece of great reference value
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:26.92kb
    • 提供者:qijgd
  1. SSAPSOi

    1下载:
  2. 模拟退火-粒子群算法,该程序将模拟退火算法和粒子群算法相结合,对优化参数有很好的效果-Simulated annealing- particle swarm optimization algorithm, the program will be the combination of simulated annealing algorithm and particle swarm optimization, optimization parameters have very good result
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:627byte
    • 提供者:qtzx
  1. BSSimuAPSOa

    0下载:
  2. 有基于模拟退火的粒子群算法优化化求解无约束优化问题可直接使用。 -Based on simulated annealing particle swarm algorithm optimization for unconstrained optimization problems can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:791byte
    • 提供者:zhou
  1. ayy_tuihuo

    0下载:
  2. 用模拟退火方法求解城市之间路径最短问题。程序中有各种变量的说明及参数使用说明。是一种很好的优化方法-Using the simulated annealing algorithm for the shortest path problem between the cities. Program, a descr iption of the various variables and parameters for use. Optimization method is a good
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:12.22kb
    • 提供者:
  1. 模拟退火

    0下载:
  2. 使用模拟退火算法的特性解决TSP问题,另外可以利用此算法优化其他算法。(Use the simulated annealing algorithm to solve the TSP problem, and you can use this algorithm to optimize other algorithms.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:5.22mb
    • 提供者:adolf123
  1. GA_tuihuo1

    2下载:
  2. 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:均哥
  1. 智能优化算法资料

    0下载:
  2. 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1.77mb
    • 提供者:韬文
  1. 模拟退火算法

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

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

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

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:栗平
  1. GASA

    2下载:
  2. 运用模拟退火遗传算法解决路径优化问题,其中已给出中文注释(GASA for VPR.Simulated Annealing Genetic Algorithms (SAGA) is used to solve the problem of path optimization, in which Chinese annotations are given.)
  3. 所属分类:其他

    • 发布日期:2019-07-19
    • 文件大小:1kb
    • 提供者:果果66
  1. 模拟退火蝙蝠萤火虫

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

    • 发布日期:2019-11-14
    • 文件大小:18kb
    • 提供者:小汤圆不圆
  1. 基于混沌自适应粒子群优化的matlab程序

    5下载:
  2. 文件包括带压缩因子的粒子群算法,权重改进的粒子群算法,自适应权重法,随机权重法,变学习因子的粒子群算法,异步变化的学习因子,二阶粒子群算法,二阶振荡粒子群算法,混沌粒子群算法,混合粒子群算法,杂交粒子群算法,模拟退火算法(Documents including particle swarm algorithm with compression factor, weighting the improved particle swarm algorithm, adaptive weight meth
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com