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

搜索资源列表

  1. 基于GA优化神经网络结构源程序

    1下载:
  2. GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample-GA_nn.c based on genetic algorithm optimization neural network structure source, the input data file sample
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3692
    • 提供者:张文广
  1. GeneticAlgorithm

    1下载:
  2. 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1334
    • 提供者:小翠
  1. gentica-thority

    0下载:
  2. This directory contains the Genetic Algorithm Optimization Toolbox for Matlab 7. To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command.-This directory contains
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22764
    • 提供者:顾同止
  1. SimpleGeneticAlgorithm

    0下载:
  2. 基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg-based on the basic genetic algorithm optimization function SGA.C A Optimize Function r using Simple Genetic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:637363
    • 提供者:J.Chen
  1. gentenicfunction

    0下载:
  2. 基于实数编码遗传算法的函数极植优化程序,matlab编程-real-coded genetic algorithm optimization function very planting procedures, Matlab programming
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:王伟
  1. genetic_matlab

    0下载:
  2. 遗传算法优化工具箱介绍及实例源程序,适合初学者用matlab进行遗传算法的学习-genetic algorithm optimization toolbox introduced and examples of source, for beginners using Matlab for the study of genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:105042
    • 提供者:田园
  1. sga34

    0下载:
  2. 基于基本遗传算法的函数最优化 ,这也是本人收集的遗传算法优化软件,望对本网站有所帮助!! -based on the basic function of genetic algorithm optimization, which I gather the genetic algorithm optimization software, look on this site help! !
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5479
    • 提供者:王彬
  1. GA-bp

    1下载:
  2. 这是用matlab编写的用遗传算法优化神经网络的程序-using Matlab is prepared by using genetic algorithm optimization procedures for neural networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:35941
    • 提供者:lyx
  1. GA_PID

    1下载:
  2. 此程序代码为基于遗传算法的PID整定,利用MATLAB编程实现。该程序通过遗传算法实现参数寻优,是一种不需要任何初始信息并可以寻求全局最优解的、高效的优化组合方法。-this procedure code based on genetic algorithms for PID tuning, using MATLAB programming. The procedures through genetic algorithm optimization of the parameters. is a
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1492
    • 提供者:周龙
  1. GAforFunction

    0下载:
  2. 基于Matlab的函数优化遗传算法程序 .-based on Matlab function of genetic algorithm optimization procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3591
    • 提供者:
  1. AdaptiveNicheHierarchyGA

    0下载:
  2. 自适应小生境递阶遗传算法求解函数优化问题 想对其他函数求解就修改function函数-adaptive hierarchical genetic algorithm optimization function to function for the other amendments on the funct ion function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5913
    • 提供者:王林成
  1. Adaptivestep-changingDirectionalGA

    1下载:
  2. 自适应变步长定向变异遗传算法解函数优化问题 需要调用GAOT5.-Adaptive Variable step directional variation of genetic algorithm optimization solutions function call GAOT5 needs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3026
    • 提供者:王林成
  1. ga_optimization

    0下载:
  2. 遗传算法在工程优化计算上的应用的MATLAB程序。-genetic algorithm optimization calculation of the MATLAB program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6810806
    • 提供者:dawn
  1. gaot333

    0下载:
  2. Genetic Algorithm Optimization Toolbox -Genetic Algorithm Optimization Toolbox
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:111143
    • 提供者:黑晓丽
  1. gawnn

    7下载:
  2. 遗传算法优化小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nninit_test.m at 2.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7020
    • 提供者:李为
  1. gawmm

    1下载:
  2. 基于遗传算法优化神经网络结构源程序,比较适用,对初学者很好.-based on genetic algorithm optimization neural network structure source files, suitable for beginners well.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:7766
    • 提供者:李为
  1. yhzgah_sars

    0下载:
  2. 用遗传算法优化神经网络权值的工具箱,很好用。解决神经网络全局收敛问题,训练速度快-genetic algorithm optimization neural network toolbox value of the right to good use. Neural network address global convergence, speed training
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:47292
    • 提供者:无机
  1. GANN_sinF

    1下载:
  2. 遗传算法优化bp神经网络,神经网络为三层网络,遗传算法带有精英保留策略-genetic algorithm optimization bp neural networks, neural networks as a three-tier networks, genetic algorithms with a strategy to retain the elite
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:He Hong
  1. GA-wangxp

    0下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4516410
    • 提供者:zhuli
  1. GPNN

    1下载:
  2. 遗传算法优化小波神经网络MATLAB 神经网络用于数字识别源程序 -genetic algorithm optimization wavelet neural network MATLAB neural network for digital identification of the source
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:39032
    • 提供者:周金柱
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com