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

搜索资源列表

  1. ThemprogramofGeneticAlgorithm

    0下载:
  2. 遗传算法matlab程序用于求解目标函数最大值,且解为非负整数解
  3. 所属分类:软件工程

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

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

    • 发布日期:2009-05-05
    • 文件大小:560929
    • 提供者:fengling981825
  1. 非线性整数规划的遗传算法Matlab程序

    0下载:
  2. 很不错的例子
  3. 所属分类:编程文档

  1. GA

    0下载:
  2. 遗传算法及其MATLAB实现 主要内容: (1)遗传算法简介 (2)遗传算法的MATLAB实现 (3)应用举例 (4)遗传算法优化神经网络方向-MATLAB realization of genetic algorithm and its main elements: (1) brief introduction to genetic algorithm (2) realize MATLAB Genetic Algorithm (3) application, for exa
  3. 所属分类:Document

    • 发布日期:2017-04-27
    • 文件大小:11456
    • 提供者:jet
  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. cruisemisslerouteplanting

    0下载:
  2. 导弹路径规划仿真算法-基于基本遗传算法的编程-Missile path planning simulation algorithm- the basic genetic algorithm-based programming
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:7443
    • 提供者:yeyejian
  1. ga_work1

    0下载:
  2. 利用改进的遗传算法求取函数的最大值,进行优化设计,在MATLAB下可以运行使用。-Using improved genetic algorithm to strike a function of the maximum optimized design, the use of MATLAB can be run under.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1543
    • 提供者:shu
  1. somepapers

    0下载:
  2. 文献资料,关于遗传算法以及特征选择方面飞一些资料,下载-PAPER
  3. 所属分类:Development Research

    • 发布日期:2017-04-07
    • 文件大小:903914
    • 提供者:lizhi
  1. GA_ppt

    0下载:
  2. 本文档主要介绍智能优化算法的应用,并详细介绍了遗传算法和蚁群算法。-This document focuses on the application of intelligent optimization algorithms, and details of the genetic algorithm and ant colony algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:232992
    • 提供者:Amy
  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. D

    0下载:
  2. 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:1635
    • 提供者:Don
  1. newaga

    0下载:
  2. 该进的自适应遗传算法,有利于学习遗传算法-The advanced genetic algorithm, genetic algorithm is conducive to learning
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:546631
    • 提供者:firice
  1. genetic-matlab-program-instance

    0下载:
  2. 三个遗传算法matlab程序实现,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three genetic algorithm matlab program instance,-Based roulette method of nonlinear ranking selection, uniform crossover, mutation operation, but also the introduction of inversion operation
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:19522
    • 提供者:chen
  1. matlab遗传算法

    0下载:
  2. matlab遗传算法,一些程序及其实例,对大家挺有作用的。
  3. 所属分类:文档资料

  1. matlab-Genetic-Quantum-Algorithm

    0下载:
  2. 量子遗传算法matlab仿真源代码,免费下载-Genetic Quantum Algorithm
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:7789
    • 提供者:
  1. ga_main.m

    0下载:
  2. 利用遗传算法辨识未知参数,其中使用的是matlab语言,利用选择、交叉、变异三个步骤求的满足函数值最大的参数值(Identification of unknown parameters by genetic algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:ruisir
  1. MATLAB智能算法30个案例分析

    0下载:
  2. 对于各种现今时髦的算法的分析,里面有三十种算法,包含蚂蚁算法,遗传算法,模拟退火等等。(For the analysis of modern algorithms, there are thirty algorithms, including ant algorithm, genetic algorithm, simulated annealing, and so on)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1560351
    • 提供者:半樽酒
  1. 遗传pid

    0下载:
  2. 基本的基于遗传算法的pid控制,在matlab平台上运行(genetic algorithm pid)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:finder2017
  1. MATLAB智能算法30个案例分析程序

    2下载:
  2. 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
  3. 所属分类:软件工程

  1. 基于遗传算法的多机器人避障程序

    2下载:
  2. 遗传算法的避障程序,在MATLAB即可打开(The obstacle avoidance program of the genetic algorithm can be opened in MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:23552
    • 提供者:fffgwergre
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com