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

搜索资源列表

  1. Genetic-Algorithms2

    0下载:
  2. 全局优化问题 MATLAB 用遗传算法计算 y(t)=4*x1(t)^2-2.1*x1(t)^4+1/3*x1(t)^6+x1(t)*x2(t)-4*x2(t)^2+4*x2(t)^4 的全局最优值-Global Optimization MATLAB Calculate y(t)=4*x1(t)^2-2.1*x1(t)^4+1/3*x1(t)^6+x1(t)*x2(t)-4*x2(t)^2+4*x2(t)^4 Global optimum value by Genetic Alg
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:31466
    • 提供者:leekahei
  1. Genetic-Algorithm-for-Extreme-Value

    0下载:
  2. 本资源为自己编写的遗传算法求多元函数极值的Matlab程序,共大家共同学习和研究。-This resource is to write your own genetic algorithms for multi-function extreme Matlab program, a total of common learning and research.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:11803
    • 提供者:王彭
  1. genetic-algorithm

    0下载:
  2. In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimizatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:uja
  1. Genetic-Algorithms

    0下载:
  2. 在matlab环境下,使用遗传算法优化算法实现无功优化,验证算法的优越性-In the matlab environment using genetic algorithm optimization of reactive power optimization algorithm to verify the superiority of the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1217
    • 提供者:孟子陆
  1. Genetic

    2下载:
  2. 基于遗传算法配电网无功优化方法程序源代码-Based on Genetic Algorithms for Reactive Power Optimization of source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:19456
    • 提供者:
  1. genetic-algorithms

    0下载:
  2. 智能优化算法—基因遗传算法解旅行商路径最短-Intelligent optimization algorithms- Genetic Algorithm for TSP
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1559702
    • 提供者:王皓
  1. Genetic-algorithm

    0下载:
  2. 遗传算法的几个简单应用实例,能帮助你更好的理解遗传算法-Several examples of simple applications of genetic algorithms, can help you better understand the genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:73680
    • 提供者:冯光
  1. Genetic-Algorithms

    1下载:
  2. 主要实现遗传算法在高分辨率遥感影像中的道路提取阈值分割-The main road of genetic algorithm to achieve high-resolution remote sensing image extraction threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3932
    • 提供者:csm
  1. Basic-Genetic-Algorithm-master

    0下载:
  2. Genetic algorithms (standard)
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4008
    • 提供者:Pedro
  1. ypea101-genetic-algorithms

    0下载:
  2. Matlab code for genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-27
    • 文件大小:16864
    • 提供者:charan
  1. genetic

    0下载:
  2. 遗传算法的代码及其插件,代码非常全,并附带使用说明文档-The Genetic Algorithm Toolbox uses MATLAB matrix functions to build a set of versatile tools for implementing a wide range of genetic algorithm methods. The Genetic Algorithm Toolbox is a collection of routines, written mo
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:217523
    • 提供者:xiahaoming
  1. genetic-algorithm

    0下载:
  2. 一个基于matlab的遗传算法的编程实例。采用遗传算法求解最优解。-Matlab programming examples based on genetic algorithms. Genetic algorithm for optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:huangcanhong
  1. MATLAB-Genetic-Gradient-Algorithm

    0下载:
  2. 有关遗传算法的实例,有详细的注释,能够运行并显示结果-Examples of genetic algorithms, there are detailed notes, be able to run and display the results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5208
    • 提供者:薛冰
  1. genetic-algotihms

    0下载:
  2. genetic algorithms , examples of application to structure an artificial intelligence tool
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:17920
    • 提供者:Cbasmaximo
  1. Genetic-algorithm-optimization-BP

    0下载:
  2. 用遗传算法优化BP神经网络参数的代码,里面有源码,是做项目用到的源程序。-Code optimization BP neural network parameters using genetic algorithms, which has source code, is used to do the project source.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:60826
    • 提供者:李林凯
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法可以解决多种优化问题,如:TSP问题、生产调度问题、轨道优化问题等,在现代优化算法中占据了重要的地位,本例使用遗传算法求解最优解。-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection and genetic mec
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8599
    • 提供者:jiangsiqi
  1. genetic-algorithms

    0下载:
  2. 遗传算法的MATLAB 示例,直接可用,易懂-MATLAB genetic algorithm example, directly available, easy to understand
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6778
    • 提供者:
  1. genetic

    0下载:
  2. 用遗传算法进行最优计算,可以根据这个变换不同的目标函数进行求解-Optimal calculation using genetic algorithms can be solved according to the transformation of different objective functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:4808
    • 提供者:yingguang
  1. Genetic-Algorithms-ppt

    0下载:
  2. genetic algorithm PPT
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1491807
    • 提供者:mabid
  1. evolutionary-algorithms

    0下载:
  2. 几种常见的进化算法,遗传算法,详细的ppt,进化计算,有助于理解-Several common evolutionary algorithms, genetic algorithms, detailed ppt, evolutionary computation, help to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:4620600
    • 提供者:wjr
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com