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

搜索资源列表

  1. Genetic

    0下载:
  2. 使用MATLAB编程来实现遗传算法的功能,此遗传算法为实现函数的最值问题,通过此函数可以学习遗传算法的基本知识。-Using MATLAB programming to achieve the function of the genetic algorithm, this genetic algorithm to achieve the most value function, this function can learn the basic knowledge of the genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:645
    • 提供者:陈亮
  1. matlab-genetic-algorithm-instance

    0下载:
  2. 通过实例介绍遗传算法的matlab编程方法,适用于初学者学习-Genetic Algorithm Matlab programming method is introduced through examples, for beginners learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:8793
    • 提供者:
  1. GA-for-nonlinear-programming

    0下载:
  2. 神经网络算法实现仓库的货位规划。生成最终货物的0-1安排矩阵。-Genetic Algorithm for nonlinear programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:4091
    • 提供者:Jdking
  1. GP-Matlab

    1下载:
  2. hi this file is about genetic programming
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:420401
    • 提供者:jalal
  1. Stochastic-Programming-1

    0下载:
  2. 该算法是用随机模拟,遗传算法和神经网络相结合的混合算法求解随机期望模型的。-The algorithm is simulated using a stochastic, combining genetic algorithm and neural network hybrid algorithm for solving stochastic expected value model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3676
    • 提供者:高建炳
  1. Stochastic-Programming-2

    0下载:
  2. 该算法是用随机模拟,遗传算法和神经网络相结合的混合算法求解随机机会约束的模型。-The algorithm is simulated using a stochastic, combining genetic algorithm and neural network hybrid algorithm for solving stochastic chance constrained model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3831
    • 提供者:高建炳
  1. Genetic

    0下载:
  2. 本源程序是对遗传算法进行编程,通过选择、交叉和变异操作等进行遗传操作。-This source of genetic algorithms, programming, and genetic manipulation through selection, crossover and mutation operations.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4197
    • 提供者:詹晓丽
  1. jgap_3.4.4_full

    0下载:
  2. 一种java 语言编写的遗传算法编程框架-JGAP is a Genetic Algorithms and Genetic Programming framework written in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8213946
    • 提供者:jane
  1. algoritmo-gneetico

    0下载:
  2. A simple algorithm wich finds the max value of an equation using genetic programming algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1538
    • 提供者:fraztto
  1. Genetic-Algorithms

    0下载:
  2. 用遗传算法来解决10城市的TSP问题,用C++语言来实现编程-Genetic algorithm to solve the 10 cities TSP problem to achieve C++ language programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-22
    • 文件大小:8787
    • 提供者:李雷
  1. 10.1.1.30.6253

    0下载:
  2. Blind equaliser design using genetic programming. A blind equalization algorithm based on genetic algorithm was proposed.The simulation results showed that the algorithm had better performances than any other blind algorithm we are already have,nam
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:84139
    • 提供者:abd091
  1. genetictetris.tar

    0下载:
  2. Genetic Programming using MAtlab
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:129300
    • 提供者:santosh
  1. Genetic Nonlinear Matlab

    1下载:
  2. 遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-07
    • 文件大小:44166
    • 提供者:乐乐
  1. stochastic-programming

    0下载:
  2. 二阶段随机规划问题基于随机模拟的遗传算法 用于解决随机模拟问题-The two-stage stochastic programming stochastic simulation-based genetic algorithm for solving stochastic simulation
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:22703
    • 提供者:朱延波
  1. matlab-ga

    0下载:
  2. 基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
  3. 所属分类:MPI

    • 发布日期:2017-11-11
    • 文件大小:3462
    • 提供者:derek
  1. gatbx

    1下载:
  2. matlab遗传算法工具箱,在编程时使用遗传算法时,可以直接用工具箱中的函数-matlab genetic algorithm toolbox, use genetic programming algorithm can directly use the toolbox function
  3. 所属分类:Bio-Recognize

    • 发布日期:2014-10-27
    • 文件大小:208896
    • 提供者:半只猪
  1. gp7.2.1.3

    0下载:
  2. 基因規劃法,也就是演化行計算,俗稱AI,應用範圍很廣泛-Genetic programming method, that is, the evolution of the line calculated, commonly known as AI, a wide range of applications
  3. 所属分类:DNA

    • 发布日期:2017-11-09
    • 文件大小:442774
    • 提供者:suyanzan
  1. matlab-Genetic-algorithm-toolb

    0下载:
  2. 遗传算法matlab的工具箱,关于遗传算法的matlab基本编程程序,Genetic algorithm matlab toolbox genetic algorithm matlab basic programming procedures
  3. 所属分类:ELanguage

    • 发布日期:2017-11-10
    • 文件大小:219184
    • 提供者:maqian
  1. AI.Techniques.for.Game.Programming

    0下载:
  2. AI Techniques for Game Programming一书的附书源代码,中文名叫游戏编程中的人工智能技术,其中包括遗传算法,神经网络的内容-AI Techniques for Game Programming book source code attached to the book, the Chinese name of the game programming artificial intelligence techniques, including genetic algo
  3. 所属分类:Game Program

    • 发布日期:2017-11-07
    • 文件大小:8571238
    • 提供者:贾斌
  1. genetic-algorithmfunction-algorithm

    0下载:
  2. 遗传算法和非线性规划的函数寻优算法matlab实现-A function of the genetic algorithm and nonlinear programming optimization algorithm matlab achieve
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:4359
    • 提供者:高珊
« 1 2 3 4 5 6 78 9 10 11 12 ... 27 »
搜珍网 www.dssz.com