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

搜索资源列表

  1. yichuansuanfa

    2下载:
  2. 遗传算法优化程序,对汽车传动比进行优化,目标函数为经济性。-Genetic algorithm optimization procedures for automotive gear ratio to optimize the objective function for the economy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:38733
    • 提供者:luo yong
  1. GA_PID

    0下载:
  2. 遗传算法优化PID,解决传统的PID参数采用试凑的方式的问题,从而进行自整定参数- Genetic Algorithm PID,Solve using traditional PID parameters of trial and error approach problems in order to be self-tuning parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:赵晓斌
  1. yichuan

    2下载:
  2. 使用遗传算法优化PID参数,运行yichuan.m文件,修改模型在test文件中-PID parameter optimization using genetic algorithms, run yichuan.m file, modify the model in the test file
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:8802
    • 提供者:李峰
  1. 1

    0下载:
  2. .用遗传算法优化来求解无约束优化问题用粒子群算法优化来求解无约束优化问题-Using genetic algorithm optimization to solve unconstrained optimization problems with particle swarm optimization for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:23628
    • 提供者:飞飞
  1. PPCPRAGA--fangzhen

    1下载:
  2. “投影寻踪+遗传算法优化”的主仿真程序,调用遗传算法优化投影寻踪模型的程序.- Projection Pursuit+ genetic algorithm, the main simulation program.Call genetic algorithm optimization procedures projection pursuit model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1329
    • 提供者:张国玮
  1. xiaoshengjing

    0下载:
  2. 用小生境遗传算法优化一元函数,包括主程序和各子程序,直接运行出结果。-Using niche genetic algorithm to optimize the function, including the main program and each subroutine, run directly from the results.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1608
    • 提供者:michael
  1. SAAAAASSDS

    0下载:
  2. 说明:用小生境遗传算法优化一元函数,包括主程序和各子程序,直接运行出结果。-Using niche genetic algorithm to optimize the function, including the main program and each subroutine, run directly from the results.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:1736255
    • 提供者:leesunhansg
  1. kelong

    0下载:
  2. 用免疫克隆遗传算法优化一元函数,包括主程序和子程序,直接运行出结果。-With immune clonal genetic algorithm to optimize a function, including the main program and subroutine, run directly from the results.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3419
    • 提供者:michael
  1. BP-neural-network-genetic-

    0下载:
  2. 用遗传算法优化BP神经网络的matlab源代码,在matlab 7.0中实现-BP neural network optimization using genetic algorithm matlab source code, implemented in matlab 7.0
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1884
    • 提供者:gym
  1. application

    0下载:
  2. matlab 遗传算法优化BP神经网络完成代码 调试通过-matlab genetic algorithm to optimize BP neural network to complete the code debugging through
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:259652
    • 提供者:zhangzhengyi
  1. BPpp

    0下载:
  2. 遗传算法优化 B P 神经网络非线性函数拟合 根据遗传算法和 B P 神经网络理论-Genetic algorithm optimization BP neural network - non-linear function fitting B P based on genetic algorithms and neural network theory
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1566
    • 提供者:牛牛
  1. shenjingwanglouzhongheyingyong

    0下载:
  2. 神经网络综合应用 主要有BP神经网络的应用、PID神经网络的控制、遗传算法优化神经网络、模糊神经网络、概率神经网络-Neural network integrated applications are mainly controlled BP neural network applications, PID neural networks, genetic algorithm optimization of neural networks, fuzzy neural network, proba
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:49579
    • 提供者:
  1. cx

    0下载:
  2. 使用遗传算法优化36单元圆形天线阵列,有需要的可以分享一下-optimise the 36 elements of antena arrays
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:825165
    • 提供者:caijun
  1. gaSVMcgForRegress

    1下载:
  2. 遗传算法优化最小二乘支持向量机,希望对大家有所帮助-Genetic algorithm optimization least squares support vector machine
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2139
    • 提供者:bobo
  1. BPnetwork-genetic-optimization

    0下载:
  2. 采用matlab软件进行实现的遗传算法优化的BP神经网络。-Using genetic algorithm to optimize BP neural network to realize matlab software.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:72127
    • 提供者:李培志
  1. GA_BP

    0下载:
  2. 用遗传算法优化BP神经网络进行非线性函数拟合,程序中还编写出了单纯BP的预测函数,以及BP和GA_BP的预测误差输出程序。-using genetic algorithms optimizated BP neural network,he program has also prepared a simple BP s prediction function, as well as BP and GA_BP prediction error output of the program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:54083
    • 提供者:严浩
  1. neural-network-analysis-of-30-cases

    0下载:
  2. MATLAB神经网络30个案例分析,遗传算法优化BP神经网络-非线性函数拟合等30种代码-MATLAB neural network 30 case studies, genetic algorithm optimization BP neural network- a nonlinear function fitting and other 30 kinds of code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7136968
    • 提供者:李想
  1. epidemic-model

    0下载:
  2. 的有功损耗,但是只是一个确定的数值而不是关于x的表达式,这样遗传算法优化就没有意义了。求大神给指导!我还有200多分,如能解答一并送出-The power loss, but only a certain value, rather than on x expression, so genetic algorithm does not make sense. Great God to seek guidance! I have 200 points, if they can be sent an
  3. 所属分类:assembly language

    • 发布日期:2017-06-18
    • 文件大小:27204746
    • 提供者:高翔
  1. 2015-01-24MCM

    0下载:
  2. 的有功损耗,但是只是一个确定的数值而不是关于x的表达式,这样遗传算法优化就没有意义了。求大神给指导!我还有200多分,如能解答一并送出-The power loss, but only a certain value, rather than on x expression, so genetic algorithm does not make sense. Great God to seek guidance! I have 200 points, if they can be sent an
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:941888
    • 提供者:高翔
  1. GeneticAlgorithms

    0下载:
  2. 遗传算法优化BP神经网络————非线性函数拟合-Genetic algorithm optimization BP neural network nonlinear function fitting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:52649
    • 提供者:weiyulu
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com