CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab GA

搜索资源列表

  1. GAbp

    0下载:
  2. 用遗传算法优化BP神经网络的初始权值与阈值.使用gaot与nntools-Use ga optimative the weight and bias of BP neural network.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:35704
    • 提供者:dynamicansys
  1. ga

    0下载:
  2. 一个ga的matlab源程序,读懂它可以方便地处理问题。-ga matlab procedure,read it you can deal with your problem easily
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3666
    • 提供者:刘明
  1. GA

    0下载:
  2. 本程序主要是用Matlab进行编写的关于bermark函数的遗传优化算法-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5591
    • 提供者:刘芳
  1. RealCodedGA

    0下载:
  2. This package contains a pure implementation of Real Coded Genetic Algorithm (Real Coded GA) in MATLAB. You can modify or replace the Cost Function, to solve real valued optimization problems, using Genetic Algorithm (GA).
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2862
    • 提供者:laviista
  1. GA

    0下载:
  2. 针对电路故障的诊断提出了一种基于遗传算法的方法,将遗传算法与MATLAB结合实现了电路故障诊断。-For the proposed circuit fault diagnosis method based on genetic algorithm, genetic algorithm combined with the MATLAB implementation of the circuit fault diagnosis.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4526
    • 提供者:瑞吉
  1. matlab-arithmetic

    0下载:
  2. matlab经典算法程序,可以运行通过。很好的一个遗传算法。-GA
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1350235
    • 提供者:章红燕
  1. GA-shortcut

    1下载:
  2. 在matlab实现,用遗传算法计算最短路径。很好用。不错,分享下了!-GA
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6779
    • 提供者:章红燕
  1. yj1

    0下载:
  2. 通过遗产算法计算函数最小值的MATLAB程序代码。GA GP -Heritage minimum of MATLAB program algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1011
    • 提供者:张鹏
  1. GA

    0下载:
  2. 改进型遗传算法的 matlab程序 可以直接运行-GA matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1260
    • 提供者:张三丰
  1. GA

    0下载:
  2. 利用matlab实现了遗传算法,并利用该算法对一般的连续函数进行了求最值的问题 -Using the genetic algorithm matlab implementation and use of the method of continuous functions in general for finding the best value problems
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3815
    • 提供者:jhzhu
  1. ga

    0下载:
  2. 下面的程序是求多项式y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680在区间[-8,8]的最小值,误差不超过0.001。对于这个复杂的多项式,可先用matlab绘制函数的大概曲线,确认函数的最小值大概处于[-8,8]之间,再用本程序求出精确解。 -The following procedure is a polynomial y = x ^ 6-10x ^ 5-26x ^ 4+344 x ^ 3+193 x ^ 2-1846x-1680 in the inter
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2487
    • 提供者:吴浩
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. GA

    0下载:
  2. 遗传进化算法实现函数优化,寻找函数最大值,matlab编程实现-Genetic evolution algorithm for function optimization, search function, max, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3223
    • 提供者:lirong
  1. GA

    0下载:
  2. 关于GA的c++代码和matlab代码的一个文件,可以做一个性能对比后,选择使用-On GA in c++ code and matlab code of a file, you can make a performance comparison, the option of using
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:7248
    • 提供者:mawubin
  1. GA

    0下载:
  2. 遗传算法示例源程序 遗传算法示例源程序 -matlab use daima,matlab use daima,matlab use daima,matlab use daimamatlab use daimamatlab use daimamatlab use daimamatlab use daima
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-29
    • 文件大小:163078
    • 提供者:xyx
  1. ga

    1下载:
  2. 遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.-GA
  3. 所属分类:Other systems

    • 发布日期:2016-01-25
    • 文件大小:977920
    • 提供者:tiantianpa
  1. kalmanswarm

    0下载:
  2. This code expains kalmanswarm optimization method.All files have been written on matlab 2007a. This method has been explianed with various benchmark functions. This optimization method can be directly compared with other unconstrained optimization me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4805
    • 提供者:missed2010
  1. bayesianswarm

    0下载:
  2. This code expains bayesian particle swarm optimization method.All files have been written on matlab 2007a. This method has been explianed with various benchmark functions. This optimization method can be directly compared with other unconstrained opt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:4291
    • 提供者:missed2010
  1. psoandga

    0下载:
  2. 粒子群算法及其与遗传算法的比较,加深交流!-pso ga compare
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:269645
    • 提供者:zhanglin
  1. 58

    0下载:
  2. We propose the optimum configurations for PV wind generating systems in residences using hourly data over a year. We assume that a residence is one house consuming average electrical energy in south of Algeria (Sahara area). Genetic algorithm (GA) is
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:124999
    • 提供者:mimo
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com