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

搜索资源列表

  1. dna

    0下载:
  2. 用MATLAB实现DNA遗传算法,有详尽注释,且已通过编译-DNA genetic algorithm using MATLAB implementation, a detailed annotation, and has passed the compilation
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1948
    • 提供者:蓉儿
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1514
    • 提供者:孙准
  1. ychengxu

    0下载:
  2. 遗传算法在J-SHOP调度中的应用,以上是通过matlab的程序验证。欢迎和我讨论,prettyleg@qq.com-Genetic Algorithm in J-SHOP scheduling, the above procedure is verified by matlab. Welcome and I discussed, prettyleg@qq.com
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:7365
    • 提供者:谢湘霖
  1. AdaptiveGA

    0下载:
  2. 自适应遗传算法源matlab程序,用到了G-S正交化分解,希望对大家有用。-aAdaptive genetic algorithm source code by Matlab, used in the G-S orthogonal decomposition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:680
    • 提供者:sanmu
  1. Pairs-of-extreme-example--genetic-algorithm

    0下载:
  2. 双极值算例,采用遗传算法计算最优值,此处利用MATLAB实现仿真。-Pairs of extreme example, using genetic algorithm to compute the optimal value, where the use of MATLAB for simulation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:5296
    • 提供者:小洋
  1. MATLAB-genetic-algorithm-toolbox

    0下载:
  2. 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9717883
    • 提供者:CaoJunlong
  1. quantum

    3下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2962
    • 提供者:meng
  1. RealGA(TwoVaribles)

    2下载:
  2. 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1554
    • 提供者:王巍
  1. GABPMATLAB

    4下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,然后进行训练,利用训练好的模型进行预估。附实例-The use of genetic algorithm to optimize BP neural network weights and thresholds, and then training, training a good use of forecast models. Attached examples
  3. 所属分类:Energy industry

    • 发布日期:2014-09-02
    • 文件大小:20901
    • 提供者:汲平
  1. ga_bp

    0下载:
  2. 用遗传算法优化神经网络,有关函数已经经过更新,以适应matlab新版-Neural network using genetic algorithm, the function has been updated to accommodate the new version of matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:4091
    • 提供者:renly
  1. GA

    0下载:
  2. 用遗传算法对神经网络的权值进行优化,用MATLAB编程实现-Neural network using genetic algorithm to optimize the weights, using MATLAB programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2588
    • 提供者:尹飞
  1. geneticTSP

    0下载:
  2. 用MATLAB,采用遗传算法解决TSP问题,绝对经典-Using MATLAB, using the genetic algorithm to solve the TSP problem is absolutely classic! ! !
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1242
    • 提供者:jiangqianbin
  1. GA_Optimization-Scheduling_Matlab

    0下载:
  2. 通过MATLAB编程研究工作和仿真结果分析,对改进的免疫遗传算法进行综合性地概括、归纳和总结。在处理复杂优化调度问题方面提出了一些改进的思想,并进行了算法实现和仿真。对有待进一步深入研究的问题进行了设想,对免疫遗传算法解决相关优化调度问题进行了展望。-Research of ImProved Immune Genetic Algorithms and its Applications in Optimization Scheduling Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:712838
    • 提供者:YJN
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. jibenyiqunjuleisuanfa

    4下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:50946
    • 提供者:卫民
  1. ComputeMin_Eazom_2d_RGA

    0下载:
  2. 用matlab编写的实数编码遗传算法,非常的好 -using Matlab prepared by the real-coded genetic algorithm, a very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:1707
    • 提供者:wff
  1. duomubiaozuoyouhua

    1下载:
  2. 多目标遗传算法,很好的源代码,实现多输入多输入参数条件下的最优化-Multi-objective genetic algorithm, a very good source code, achieve multiple-input multiple-input parameters optimized under the conditions of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:370705
    • 提供者:陈明
  1. GACODE

    0下载:
  2. 遗传算法求解优化问题,简明教程加示例- The heredity algorithm solution optimization question, the concise course adds the demonstration
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:2829281
    • 提供者:简明愚
  1. 45666011matlab

    0下载:
  2. 遗传算法,其他人不需帐号就可自由下载此源码 -genetic algorithm, other people can not account free download this source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:3475
    • 提供者:段莉晶
  1. 02

    0下载:
  2. 我上传了一本MATLAB遗传算法工具箱及应用,这是一本不错的书,对大家学习遗传算法和熟悉MATLAB工具有很大的帮助作用。-I uploaded a MATLAB genetic algorithm toolbox and its application, this is a good book, for everyone familiar with the study of genetic algorithm and MATLAB tools has a lot of help.
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:10468160
    • 提供者:邓高峰
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com