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

搜索资源列表

  1. evolution2

    0下载:
  2. 很简单的演化计算程序,实验了演化计算的基本功能,用于学习实验遗传算法的基本方法。包括评估、选择、杂交、变异、修复等部分。VC6下变异通过。-program of evolution,include parts of heritable,value,chose,cross,mutate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:222547
    • 提供者:hack10002
  1. SGA

    0下载:
  2. 它是基本的遗传算法的源程序,适用于许多问题的计算。-It is the basic source of genetic algorithm for the calculation of many issues.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:541116
    • 提供者:luchao
  1. GAforMaxfunction

    0下载:
  2. 遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。 代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2700
    • 提供者:竹子的信仰
  1. system-of-basic-genetics

    0下载:
  2. GA(遗传算法)基本遗传学细分类系统 程序仿真 界面不太好 见谅-GA (genetic algorithm) fine classification system of basic genetics
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:996964
    • 提供者:李昌杰
  1. gads

    0下载:
  2. 该算法是matlab7.0以上版本的工具包。源代码描述的是基本的遗传算法。-The algorithm is matlab7.0 above kit. Source describes the basic genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1308547
    • 提供者:nichao
  1. genetic-algorithm

    0下载:
  2. 本书对遗传算法的基本原理作了较为系统、全面的论述-Book, the basic principles of genetic algorithms made a more systematic and comprehensive exposition
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:4088953
    • 提供者:jennifer
  1. GeneAlgorithem

    0下载:
  2. 这是一个基本的遗传算法的程序,很具有通用性。程序里有关于遗传算法交叉和变异的完整的程序。-This is a basic genetic algorithm procedures, very versatile. Program about genetic algorithm crossover and mutation of complete program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:31382
    • 提供者:朱艳萍
  1. GA

    0下载:
  2. 利用最基本的遗传算法解决多目标函数优化问题-using GA algorithm to solve multiobject optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1010
    • 提供者:
  1. GA-of-genetic-algorithms

    0下载:
  2. 遗传算法原理及应用 遗传算法的基础应用,是遗传算法的基本知识-Principle and Application of genetic algorithm based on genetic algorithm applications, basic knowledge of genetic algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:103482
    • 提供者:曹学文
  1. MATLAB-program

    0下载:
  2. 简要阐述了遗传算法的基本原理,探讨了在matlab 环境中实现遗传算法各算子的编程方 法,并以一个简单的实例说明所编程序在函数全局寻优中的应用.-The principle of genetic algorithm has been presented and its realization in MATLAB has been discussed .A function optimization problem has been given to demonstrate the globa
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:61196
    • 提供者:baijiaxuan
  1. yichuanCPP

    0下载:
  2. 遗传算法的基本实例遗传算法是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型. 生存+检测的迭代搜索过程是它的核心. C-genetic algorithm C++
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 能够实现基本的遗传算法,并有相关的应用举例.-it could realise GA and some examples
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:17708
    • 提供者:付松岩
  1. ga

    0下载:
  2. 基本的遗传算法程序,帮组大家学习智能算法-Basic genetic algorithm program to help them to learn from Intelligent Algorithms Group
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:969
    • 提供者:月儿
  1. matlab-Genetic-Algorithm

    0下载:
  2. 遗传算法,里面有关于matlab的几个基本的比较基础的程序,适合初学者,最后综合介绍了遗传算法-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4830
    • 提供者:徐伟
  1. ga

    0下载:
  2. 遗传算法实现函数优化主程序,实现基本的遗传算法历程。-Main genetic algorithm function optimization, genetic algorithm to achieve the basic course.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 遗传算法的书籍,包括遗传算法的基本原理以及部分算例展示。作为学习与交流的作用,请指教-Genetic algorithms books, as the role of learning and communication, please advise
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6905148
    • 提供者:赵学彧
  1. A-Genetic-Algorithm-in-MATLAB

    0下载:
  2. 简要阐述了遗传算法的基本原理,探讨了在MATLAB 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-The principle of genetic algorithm has been presented and its realization in MATLAB has been discussed. A function opti2 mization problem has been given to demonstrate the global
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:152389
    • 提供者:王刚名
  1. genetic-algorithm-

    0下载:
  2. 基本的TSP问题的遗传算法,解决最优化问题,源程序-The basic TSP problem genetic algorithm to solve optimization problems, source
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3268
    • 提供者:xiaxu
  1. Genetic-algorithm

    0下载:
  2. 介绍了遗传算法的基本工作原理和主要特点,讨论了遗传算法的理论技术及存在的问题和改进的方法等。-Describes the basic working principle of genetic algorithm and key features discussed in the theory of genetic algorithm technology and the problems and improved methods.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:828649
    • 提供者:萧风
  1. GA(Genetic-Algorithm)

    0下载:
  2. 本实例采用遗传算法求多项式最小值,使读者掌握遗传算法的基本思想,并能具体应用-This example uses the minimum polynomial of genetic algorithm, so that the reader grasp the basic idea of ??genetic algorithms, and to the specific application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2401
    • 提供者:lu
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 26 27 »
搜珍网 www.dssz.com