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

搜索资源列表

  1. pso-bp

    6下载:
  2. 这是一个采用粒子群算法优化bp神经网络权值的MATLAB程序-This is a particle swarm optimization using neural network weights bp MATLAB program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-27
    • 文件大小:2330
    • 提供者:chengfei
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. GA

    0下载:
  2. 文件中包含某老师关于智能优化计算课程中的遗传算法部分的讲义,其中包含详细的例子及源代码。-File contains a calculation of the teachers on the intelligent optimization of the genetic algorithm curriculum part of the lecture, which includes detailed examples and source code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1154407
    • 提供者:周钟
  1. matlabGA

    1下载:
  2. 本源码是基于遗传算法的多维函数值的优化计算,利用matlab仿真-The source is based on genetic algorithm optimization of multi-dimensional function value calculation, the use of matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3173
    • 提供者:王上
  1. matlab

    0下载:
  2. 关于两个目标函数的,利用matlab遗传算法工具箱的优化程序。-The two objective function, using genetic algorithm matlab optimization toolbox procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1646
    • 提供者:chenjuan
  1. eCGAmatlab

    0下载:
  2. 多目标优化,遗传算法,适合于研究多目标优化的朋友 -Multi-objective optimization, genetic algorithm, suited to study multi-objective optimization of a friend
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10758
    • 提供者:dada
  1. nn_examples

    1下载:
  2. 此为matlab教程范例,包括图像、小波分析、优化、神经网络、遗传算法及其他部分范例-This is an example of matlab tutorials, including images, wavelet analysis, optimization, neural networks, genetic algorithms and other parts of sample
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:306776
    • 提供者:梓恒
  1. sd22

    1下载:
  2. 粗粒度并行遗传算法,用于流域梯级水电站群的优化调度。-Coarse-grained parallel genetic algorithm for the watershed of Cascade Hydropower Stations optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3263
    • 提供者:张景瑞
  1. 20085417110

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络。-The use of genetic algorithm to the right of BP network to optimize the threshold value, and then BP algorithm for training the network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:32162
    • 提供者:黎明
  1. cellga_optimization_results

    1下载:
  2. 一种改进的遗传算法及用于数值优化的结果分析-An improved genetic algorithms and numerical optimization for the results of analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:2421411
    • 提供者:李明
  1. GA-FOR-VRP

    1下载:
  2. 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8818
    • 提供者:pengyang
  1. DifferentialEvolutionAPracticalApproachtoGlobalOpt

    0下载:
  2. 这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:9848998
    • 提供者:plow
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. yichuanyouhuadrough

    0下载:
  2. 粗糙集是一种数据预处理算法,可以用遗传算法对其进行优化。是很好的分类算法-Rough set is a data pre-processing algorithm, genetic algorithm can be used for its optimization. Is a good classification algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:11947
    • 提供者:王淑娟
  1. bpANDgenetic

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络的代码,文本格式的-bp propoganda and genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:rayonxu
  1. GA_BP-pso_bp

    1下载:
  2. 遗传算法与神经网络混合的算法程序、粒子群优化与神经网络混合的算法程序,可以进行算法结果的比较-Genetic algorithm and neural network algorithm for mixed procedures, particle swarm optimization and neural network algorithm for mixed procedures, can be the result of comparison algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3601
    • 提供者:qing
  1. ga_bp

    0下载:
  2. 基于gaot工具箱优化BP以实现数据拟合。在nninit.m中修改数据存储的路径以及隐含层节点数的设置(S1),遗传算法与bp的参数修改在ga_bp.m中进行。-Toolbox gaot Optimize based on BP in order to achieve data fitting. At nninit.m modify the path of data storage as well as the hidden layer nodes of the set (S1), geneti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2254
    • 提供者:崔琴
  1. yhzgah_sars

    0下载:
  2. 用matlab编写的用遗传算法优化的神经网络的算法,读者可以根据需要进行相应参数的定义。-Prepared using matlab optimization using genetic algorithm neural network algorithm, readers can be required to carry out the corresponding definition of parameters.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:47388
    • 提供者:程俊仁
  1. chengxu

    0下载:
  2. Matlab利用BP神经网络和遗传算法对煤在锅炉内的燃烧率及一(儿)氧化氮的排放量进行优化,以获得最优的燃烧率和最少的氧化氮排放-Matlab using BP neural networks and genetic algorithms on coal in the boilers and the combustion rate of one (child) oxide emissions are optimized to obtain optimal combustion rate and
  3. 所属分类:source in ebook

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

    0下载:
  2. 热能工程专业硕士研究生毕业课题:遗传算法目标函数优化-Thermal engineering graduate Master' s graduate student issues: genetic algorithm to optimize the objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1137
    • 提供者:郝晓冬
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 40 »
搜珍网 www.dssz.com