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

搜索资源列表

  1. 遗传算法工具箱

    0下载:
  2. 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-how to use genetic algorithm toolbox function optimization prepared to solve practical problems MATLAB
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:106471
    • 提供者:qianyg
  1. matlab基于实数编码遗传算法的函数极植优化程序

    3下载:
  2. 基于实数编码遗传算法的函数极植优化程序,MATLAB环境下
  3. 所属分类:matlab例程

    • 发布日期:2012-05-24
    • 文件大小:2005
    • 提供者:邵斓
  1. 遗传算法代码

    0下载:
  2. 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21354
    • 提供者:wlr
  1. Matlab遗传算法改进程序

    3下载:
  2. 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
  3. 所属分类:人工智能/神经网络/遗传算法

  1. Functionofgeneticalgorithmoptimizationprocedure.ra

    1下载:
  2. 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:201273
    • 提供者:HuiGuobao
  1. gaopt

    0下载:
  2. 使用基本遗传算法(GA)对函数进行最优化的C语言源程序-The use of the basic genetic algorithm (GA) to optimize the function of the C language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8045
    • 提供者:ann
  1. SGA

    0下载:
  2. 基本遗传算法及其在函数优化中的应用,PPT课件,源程序-The basic genetic function optimization algorithm and its application, PPT software, source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:848197
    • 提供者:蔡文文
  1. matlabmprogram

    0下载:
  2. 简单函数优化的遗传算法程序 简单函数优化的遗传算法程序-Simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization procedure
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4482
    • 提供者:jianhuajuly
  1. Genetic_Algorithm

    0下载:
  2. 利用matlab编写的一些简单函数优化的遗传算法程序~-Matlab prepared to use some simple function of the genetic algorithm optimization process ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4482
    • 提供者:何洪举
  1. AGA

    0下载:
  2. 自适应遗传算法,特别适用于初学者,具体应用时只需更改目标程序即可-Adaptive genetic algorithm, especially suitable for beginners, specific application procedures can simply change the target
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:696
    • 提供者:Mike
  1. GeneticAlgorith遗传算法

    3下载:
  2. 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
  3. 所属分类:matlab例程

  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Kelly0928
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:刘曼
  1. 简单一元函数优化求解

    0下载:
  2. 用遗传算法求解简单一元函数,求解过程高效可靠,是好多书的例题程序(Solving simple unary function by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:10240
    • 提供者:liyan19995
  1. yichuansaunfa程序

    0下载:
  2. 遗传算法优化程序,计算目标函数最小值,只需修改目标函数和种群初始化参数(Genetic algorithm optimization procedures to calculate the minimum objective function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:xiaokang_9908
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法的简单应用,可以参考看看学习一下(any one who is intereted in this field can have a look into the file and learn basic data)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:ulaula
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 针对matlab简单函数优化的遗传算法的优化(Optimization of genetic algorithms for matlab simple function optimization)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:yaya3
  1. 基于Matlab的函数优化遗传算法程序

    1下载:
  2. 这是基于Matlab的函数优化遗传算法程序(This is based on Matlab's function optimization genetic algorithm program.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-04-12
    • 文件大小:3072
    • 提供者:Fan丶Orz
  1. 遗传算法多目标优化

    0下载:
  2. 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
  3. 所属分类:汇编语言

    • 发布日期:2021-02-22
    • 文件大小:7168
    • 提供者:游鱼儿
  1. 遗传算法多元函数优化

    1下载:
  2. 对于多元函数的求解,这里以用遗传算法进行求解,并给出了遗传算法的完整程序
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com