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

搜索资源列表

  1. GA

    0下载:
  2. 一个可以用来求解函数最大值的遗传算法,并且用图像清晰的表现出来-Maximum value that can be used to solve the function of genetic algorithm, and clearly demonstrated by image
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9719
    • 提供者:刘昊
  1. ga-vc

    0下载:
  2. This a simple genetic algorithm implementation where the evaluation function takes positive 这是一个简单的遗传算法实现了评价函数在正面的价值观,只需要一个个体的适应度是相同的目标函数值 -This is a simple genetic algorithm implementation where the evaluation function takes positive values R
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3582
    • 提供者:代征宇
  1. GA

    0下载:
  2. 遗传算法解决函数优化问题,模拟一个函数优化的问题-Genetic algorithm to solve function optimization problems, simulating a function optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:dylen
  1. ga

    0下载:
  2. 函数优化的遗传算法程序,最简单的的函数优化。-Simple function optimization of genetic algorithm code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:5347
    • 提供者:zhuxuanzi
  1. program-ga

    0下载:
  2. Genetic Algorithm for linear function
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:37966
    • 提供者:Ben
  1. GA

    0下载:
  2. 遗传算法,分为个7个子函数:分别为编码、解码、选择、交叉、变异、目标函数和总调用。有详细的注释。-Genetic algorithm, into a seven sub-functions: respectively, encoding, decoding, selection, crossover and mutation, the objective function and the total calls. There are detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3392
    • 提供者:pan
  1. A-quadratic-function-for-maximum-

    0下载:
  2. c++实现二次函数求最大值 能够准确定位遗传算法的使用 经典实例-A quadratic function for maximum by GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:11253
    • 提供者:赵俊顶
  1. Ga-in-function-optimization

    0下载:
  2. 遗传算法在函数优化中的应用研究,通过实例介绍遗传算法的具体应用方法等-Genetic algorithms in function optimization, applied research, through the specific example to illustrate the application of genetic algorithm methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1501778
    • 提供者:yu tianhao
  1. GA-optimization-function

    0下载:
  2. 遗传算法的优化函数,基于matlab遗传算法代码修改优化-Genetic algorithm optimization function, genetic algorithm matlab code changes based on optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:4430
    • 提供者:刘文涛
  1. ga

    0下载:
  2. 用java写的一个遗传算法,功能比较简单,可以供初学者学习-Using java to write a genetic algorithm, the function is relatively simple, you can learn for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:15253
    • 提供者:beyond
  1. GA

    1下载:
  2. 遗传算法求函数最值问题 matlab代码 使用轮盘赌选择 交叉 变异-Genetic algorithm for function most value problem matlab code crossover and mutation using the roulette wheel selection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1456
    • 提供者:小新
  1. ga

    0下载:
  2. 遗传算法求解函数最优值的MATLAB代码-Genetic Algorithm for the optimal value function of MATLAB code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2089
    • 提供者:lihaiping
  1. ga

    0下载:
  2. 本算法采用遗传算法求解目标函数的极小值,不易陷入局部极值- This algorithm uses a genetic algorithm for the minimum of the objective function, is not easy to fall into local minima
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:242245
    • 提供者:刘娟
  1. GA

    0下载:
  2. 利用GA遗传算法,对函数进行优化,已经过调试通过-GA genetic algorithm to optimize the function has been through debugging
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6519
    • 提供者:任超
  1. parameter-optimization-in-GA

    0下载:
  2. 遗传算法用于多个输入变量的函数参数优化源码,使误差的平方和达到最小- to optimize the source code about Function parameters with multiple input variables in Function parameters with minimum error sum of squares
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:7011
    • 提供者:席明
  1. GA

    0下载:
  2. 遗传算法应用程序使用说明: 1.安装MATLAB5.X; 2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录; 3.运行(c:\GeneticProgram)中的 startup; 4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。 FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数 y=20+x + 10*sin(
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:17216
    • 提供者:liyapei
  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2549
    • 提供者:Sonic
  1. GA

    0下载:
  2. 一个简单但完备的遗传算法用于函数优化的程序!对于初学者很有用!-A simple but complete genetic algorithm for function optimization program! For beginners very useful!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2889
    • 提供者:魏魏
  1. GA

    0下载:
  2. 遗传算法采用matlab语言描述,并附有一些测试函数 -Genetic algorithm using matlab language descr iption, along with some test function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1375648
    • 提供者:yufengling
  1. GA

    1下载:
  2. 遗传算法GA求解无约束最优化问题,采用遗传算法求函数的最小值-The genetic algorithm GA for solving unconstrained optimization problems using genetic algorithm for the minimum of the function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1215
    • 提供者:李威
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com