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

搜索资源列表

  1. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值

    7下载:
  2. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-17
    • 文件大小:422.99kb
    • 提供者:a_jmew@sohu.com
  1. 基本遗传算法程序

    0下载:
  2. 用二进制数来编码,每个个体用一串二进制编码来表示,适应值计算函数由自己来定义。通过选择、复制、交叉、变异来产生更好的的个体,经过一定代数的循环后,得到最优的个体。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-02-04
    • 文件大小:1.05kb
    • 提供者:psnaaa@sina.com
  1. GA

    1下载:
  2. 用遗传算法求解自变量是多维的函数的最优值-Genetic Algorithm for the optimal value of Multi-dimensional function
  3. 所属分类:matlab

    • 发布日期:2015-05-24
    • 文件大小:4.18kb
    • 提供者:缪玉
  1. GA

    1下载:
  2. 遗传算法求解最优解求函数的最大值 : f(x,y)=21.5+x*sin(4*PI*x)+y*sin(20*PI*y) | 定义域 D: -3 <=x <=12.1 , 4.1 <=y <=5.8 | | 注: 目前最好结果:f(11.6255448,5.7250441)=38.8502944790207 -failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2.91kb
    • 提供者:王尚礼
  1. KnapsackProblem

    0下载:
  2. 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crosso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.68kb
    • 提供者:田文杰
  1. GA

    0下载:
  2. 用遗传算法求解函数最优值,收敛速度快且不易陷入局部最优值。遗传算法是经典算法,此程序适合初学者。-A Genetic Algorithm for the optimal value function, convergence is fast and easy to fall into local optimal value. Genetic algorithm is a classical algorithm, this program suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:10.01kb
    • 提供者:蒋佳颖
  1. 4.遗传算法求解最优解最大值项目

    1下载:
  2. genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:4kb
    • 提供者:AllenHong
  1. chapter7多种群遗传算法的函数优化算法

    0下载:
  2. 用遗传算法去优化多种群问题,寻求目标的最优解(The genetic algorithm is used to optimize the multi-population problem and seek the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:4kb
    • 提供者:心空岁月
  1. GA遗传算法

    0下载:
  2. 应用遗传算法求函数最优解,采用c++编程,包括三个文件。建议迭代次数大于等于100(Application of genetic algorithm to optimal solution of function)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:4kb
    • 提供者:nglnc
  1. 遗传算法优化BP神经网络——非线性函数拟合

    3下载:
  2. 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:55kb
    • 提供者:JackeeY
  1. ga遗传算法解最优解

    0下载:
  2. 这篇matlab程序是无需工具箱解决无约束目标函数最大值的程序(This matlab program is a program that does not need a toolbox to solve the maximum of an unconstrained objective function)
  3. 所属分类:网络编程

    • 发布日期:2017-12-10
    • 文件大小:9.36kb
    • 提供者:nicaic
  1. 遗传算法

    0下载:
  2. 基于遗传优化算法,寻求全局最优解,并以一个简单二次函数作为示例。(Based on the genetic algorithm, the global optimal solution is searched, and a simple two function is taken as an example.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:5kb
    • 提供者:LeeSky
  1. 遗传算法

    0下载:
  2. 遗传算法matlab实现,寻找目标函数全局最优解。(Implementation of genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:3kb
    • 提供者:mddxiao
  1. GA

    0下载:
  2. 遗传算法程序,可以求解非线性规划中函数最优值问题(Genetic algorithm program, can be solved in nonlinear programming function optimal value problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:1209098482
  1. ga

    0下载:
  2. 线性函数最优解的遗传算法计算方式(可用于建模)(Linear function optimal solution genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:2kb
    • 提供者:liuty
  1. ga2

    0下载:
  2. 非线性函数最优解的遗传算法(可应用于数学建模)(Genetic algorithm for optimal solutions of nonlinear functions (applicable to mathematical modeling))
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:29kb
    • 提供者:liuty
  1. 求函数最优值

    0下载:
  2. 量子遗传算法求解函数最佳值问题,里面富有matlab程序代码(Quantum Genetic Algorithm Solves Function Optimal Value Problem with Matlab Program Code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:3kb
    • 提供者:多尔衮
  1. GA-M

    0下载:
  2. 基本遗传算法,根据遗传算法求解函数最优解(GAThe basic genetic algorithm is based on genetic algorithm to solve the optimal solution of function.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:4kb
    • 提供者:联合收割
  1. example1

    0下载:
  2. 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:1kb
    • 提供者:lucheng12
  1. GA

    2下载:
  2. 使用遗传算法求解有限制的多元函数的最优解(Using genetic algorithm to solve the optimal solution of restricted multivariate functions)
  3. 所属分类:数学计算

    • 发布日期:2019-08-15
    • 文件大小:2kb
    • 提供者:路子0206
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com