CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - genetic

搜索资源列表

  1. Ageneticalgorithmwithmatlabprogram

    1下载:
  2. 简要阐述了遗传算法的基本原理,探讨了在 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly described the basic principles of genetic algorithms to explore the genetic algorithm in the environment to achieve the operator' s programming, and a simple example shows t
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:229988
    • 提供者:lpf30920
  1. D

    0下载:
  2. 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:1635
    • 提供者:Don
  1. ll

    0下载:
  2. 一个遗传算法的函数优化,求函数的最小值,matlab编写的程序-A genetic algorithm for function optimization, seeking the minimization, matlab program written
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:537
    • 提供者:zuodongsheng
  1. (8)-GENETIC

    0下载:
  2. genetic algorithm paper for power system using
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:284379
    • 提供者:mhmd
  1. A-GENETIC-ALGORITHM-APPROACH-FOR-UTILITY-MANAGEME

    0下载:
  2. Abstract. In this paper, we present a scheduler for distributing workflows in Utility Management System (UMS). The system executes a large number of workflows, which have very high resource requirements. The workflows have different computational
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:171652
    • 提供者:nemanja
  1. genetic-algoritm

    0下载:
  2. genetic algoritm for optimazation
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:1020010
    • 提供者:amirparviz
  1. An-Introduction-to-Genetic-Algorithms---MIT-Press

    0下载:
  2. An Introduction to Genetic Algorithms - MIT Pre-An Introduction to Genetic Algorithms - MIT Press
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1921775
    • 提供者:Usrreov
  1. genetic-algorithm-matlab-code

    0下载:
  2. 能完整实现遗传算法所有功能,有一定的效果,程序比较规范,值得学习.-it is a goog code ,the genetic algorithm have a very goog mothod.
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:38215
    • 提供者:李平
  1. Sheffield-genetic-algorithm-tools.RAR

    0下载:
  2. 英国谢菲尔德大学开发的遗传算法工具箱,很实用,很强大-Sheffield genetic algorithm tools
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:694353
    • 提供者:陆宇振
  1. POPOV.-Genetic-Algorithms-for-Optimization

    0下载:
  2. Genetic Algorithms for Optimization
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:568342
    • 提供者:Jose Vargas
  1. genetic-algorithm

    0下载:
  2. 关于遗传算法的一本重要的参考资料,学习遗传算法入门者必看-On genetic algorithm is an important reference materials, learning genetic algorithm beginners Watchable
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:6924215
    • 提供者:living英
  1. Matlab-genetic-algorithm

    0下载:
  2. 基于Matlab的遗传算法实现,适用于在matlab环境下进行遗传学的实验的分析-Based on Matlab genetic algorithm applied to the analysis of the genetics experiments in the Matlab environment
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:78705
    • 提供者:张嘉城
  1. Genetic-algorithm-in-MATLAB

    0下载:
  2. 探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性-Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:129428
    • 提供者:张嘉城
  1. genetic-algorithm-in-matlab

    0下载:
  2. 用matlab 实现 遗传算法 本文已顺利发表 有一定学术价值-genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:172158
    • 提供者:张宏鑫
  1. 0101.Genetic-Algorithm

    0下载:
  2. an introduction for the genetic algorithm methodology
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:161973
    • 提供者:Troy
  1. Genetic-Algorithm-for-Function-Max

    0下载:
  2. 遗传算法求解函数最大值,本文将用一个详细的例子来说明用遗传算法解一个简单参数优化问题的过程。这里求解的是一个函数的最大值的问题。-Genetic algorithm function maximum, this article will use an example to illustrate in detail the genetic algorithm for solving the problem with a simple parameter optimization process.
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:35795
    • 提供者:fanfan
  1. Genetic-algorithm--

    0下载:
  2. 遗传算法求函数最优解,在这里,我用C语言对同样的一个函数进行了仿真,在C语言中,所有关于遗传算法的函数需要自己编写,因此可以更清楚的理解遗传算法,了解它的执行过程。-Function of genetic algorithms optimal solution, here, I used the same one for the C language function simulation, in the C language, all on Genetic Algorithms functio
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:16926
    • 提供者:fanfan
  1. GENETIC-ALGORITHM-FOR-KNAP-SAC-PROBLEM

    0下载:
  2. Genetic algorithm for solving TSP problem
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:99268
    • 提供者:khou
  1. 45-genetic-algorithms

    0下载:
  2. Genetic Algorithms Here’s a very oversimplified descr iption of how evolution works in biology
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:19221
    • 提供者:javad
  1. A-Genetic-Algorithm-Approach-to-the-Scheduling-fo

    0下载:
  2. A Genetic Algorithm Approach to the Scheduling for FMS
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:66260
    • 提供者:Alexandr
« 1 23 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com