CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 遗传算法求解

搜索资源列表

  1. yichuansuanfazuiduanlujing

    0下载:
  2. CAJ格式的,用遗传算法求解最短路径问题,需要的可以看一下
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:225109
    • 提供者:郑国兵
  1. 遗传退火进化算法(附源码)

    3下载:
  2. 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
  3. 所属分类:文档资料

    • 发布日期:2009-05-05
    • 文件大小:560929
    • 提供者:fengling981825
  1. design.rar

    0下载:
  2. 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2641209
    • 提供者:曾亮
  1. 约束优化问题的遗传算法求解

    3下载:
  2. 基于matlab的约束优化问题的遗传算法求解-Matlab-based constrained optimization problems of the genetic algorithm
  3. 所属分类:软件工程

    • 发布日期:2012-10-30
    • 文件大小:168155
    • 提供者:ss
  1. matlab

    1下载:
  2. 求解TSP问题的遗传算法matlab程序-Problem solving TSP procedure genetic algorithm matlab
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:9716
    • 提供者:小五
  1. GoodsAllocatingProblemwithMultiAimsbasedonTheHybri

    4下载:
  2. 多目标货物配装问题是一个复杂的组合优化问题,属于NP难问题,本文用混合粒子群算法求解多目标货物配装问题。混合粒子群算法在基本粒子群算法的基础上,通过引进遗传算法中的交叉和变异的策略,避免了陷入局部最优,加快了达到全局最优的收敛速度。此外,本文提出用权重系数来平衡各目标使各目标都能达到相对较优的效果。-Multi-objective loading of goods is a complicated combinatorial optimization problems are NP hard p
  3. 所属分类:Communication

    • 发布日期:2016-08-29
    • 文件大小:6466
    • 提供者:廖志
  1. TSP_Based_on_Genetic_Algorithm

    1下载:
  2. 论文,:从应用的角度讨论了基于遗传算法的旅行商问题( Travelling Salesman Problem ,简称TSP) 的求解方 法,并结合实例给出了求解过程和计算机仿真结果-Solution of Travel ing Salesman Problem Based on Genetic Algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:346459
    • 提供者:li dabao
  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. SimulatedAnnealing

    0下载:
  2. 本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environmen
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:17252
    • 提供者:yaoqiuxiang
  1. MATLABtsp

    0下载:
  2. 遗传算法求解tsp包括论文和源程序以及必要说明-MATLAB tsp
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:532144
    • 提供者:景炎
  1. Multi-objective-optimization

    1下载:
  2. 用遗传算法求解多目标函数的最小值,方便、简单、快速。-More than the minimum value of the objective function using genetic algorithm, convenient, simple, fast.
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:10534
    • 提供者:刘平
  1. 15

    0下载:
  2. 用混合遗传算法求解物流配送路径优化问题的研究-Hybrid Genetic Algorithm logistics path optimization problem
  3. 所属分类:Development Research

    • 发布日期:2017-12-03
    • 文件大小:262793
    • 提供者:李嘉男
  1. Genetic-Algorithm-for-Function-Max

    0下载:
  2. 遗传算法求解函数最大值,本文将用一个详细的例子来说明用遗传算法解一个简单参数优化问题的过程。这里求解的是一个函数的最大值的问题。-Genetic algorithm function maximum, this article will use an example to illustrate in detail the genetic algorithm for solving the problem with a simple parameter optimization process.
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:35795
    • 提供者:fanfan
  1. TSP-MATLAB-CODE

    0下载:
  2. 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:163158
    • 提供者:王斌
  1. 遗传算法求解优化问题

    0下载:
  2. 用Matlab软件进行编程,解决求解最优化问题,通过运行程序可以得出最优方案。
  3. 所属分类:文档资料

  1. 简单vrp实例代码 保证可用

    2下载:
  2. 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:西瓜331
  1. 遗传算法VRP

    0下载:
  2. 使用遗传算法求解vrp问题,使用matlab编程(Using Genetic Algorithm to Solve the Problem of vrp)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:小柠檬233
  1. 遗传算法求解MTSP问题

    0下载:
  2. 利用遗传算法求解MTSP问题,起点终点为同一点,对于传统的TSP问题计算速度很快。
  3. 所属分类:编程文档

    • 发布日期:2019-07-14
    • 文件大小:58880
    • 提供者:wowowowo_870810
  1. 4db781413c19dc9a5948a312484c62d2

    1下载:
  2. 主要是基于柔性作业车间调度的遗传算法求解(It is mainly based on the genetic algorithm of flexible job shop scheduling)
  3. 所属分类:文档资料

    • 发布日期:2021-04-10
    • 文件大小:10240
    • 提供者:gfFeng
  1. 改进的遗传算法求解旅行商问题

    0下载:
  2. 一篇优化算法的论文,用改进的遗传算法优化求解旅行商问题。
  3. 所属分类:报告论文

    • 发布日期:2021-11-25
    • 文件大小:336648
    • 提供者:gystruggle01_@
« 12 3 »
搜珍网 www.dssz.com