CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 遗传算法 实例

搜索资源列表

  1. ga_model

    0下载:
  2. 关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:992
    • 提供者:光临
  1. 77433648VC++examples(9Sources)

    0下载:
  2. 遗传算法实例 遗传算法实例
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:10236
    • 提供者:sn0ww0lf
  1. tsp

    0下载:
  2. 结合旅行商问题,学习并掌握遗传算法。并从实例中体会遗传算法对解决NP问题的重要性。遗传算法解决旅行商问题-Combination of traveling salesman problem, to learn and master the genetic algorithm. Experience from the examples of genetic algorithm to solve the NP problem. Genetic Algorithm to Solve Traveling
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:11577
    • 提供者:jiajia
  1. matlabandga

    0下载:
  2. 这是一个用matlab实现遗传算法的程序,实例为深基坑桩锚支护结构的优化-THIS IS A MATLAB-BASED GA PROCEDURE.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3560
    • 提供者:hujunjie
  1. sSSGGPC11i

    0下载:
  2. 简单易懂遗传算法经典源码实例!! SGPC: Simple Genetic Programmiing in C by Walter Alden Tackett and Aviram Carmi -Straightforward classical genetic algorithm source code examples! ! SGPC: Simple Genetic Programmiing in C by Walter Alden Tackett and Aviram Carmi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:123794
    • 提供者:
  1. Gycsfzipe

    0下载:
  2. 用遗传算法优化BP神经网络的MMatlab编程实例 -BP neural network with genetic algorithm optimization MMatlab programming examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1747
    • 提供者:leyuan
  1. cycsfcpp

    0下载:
  2. 一个用于VC++程序开发的遗传算法实例.cpp文件,举例说明计算第四点到其它三点的最小距离,来演示遗传算法的实际应用-A program for the development of genetic algorithms VC++ instance. Cpp file, an example calculation of the fourth point to another three-point minimum distance, to demonstrate the practical a
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:4027
    • 提供者:贺强
  1. Genetic-algorithm-

    0下载:
  2. 简单的遗传算法实例,求解多个城市的旅行商问题。C++编写。大量注释-Examples of simple genetic algorithm to solve the traveling salesman problem in many cities. C++ write. Extensive comments
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2684892
    • 提供者:zhangxiangfei
  1. script

    0下载:
  2. 遗传算法实例,可绘图,可计算(Examples of genetic algorithms, drawing, computable)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:63488
    • 提供者:hzp5918
  1. aagvrnthm-brace

    0下载:
  2. matlab遗传算法实例,用于在matlab环境下遗传算法的实现,,(Matlab genetic algorithm as an example, for the implementation of genetic algorithm in matlab environment,,)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:Angeja
  1. yichuanpipei

    0下载:
  2. 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:博哥
  1. 遗传算法例子

    0下载:
  2. matlab遗传算法的实例,可以作为入门学习的材料(Matlab genetic algorithm examples for learning)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:dorassir
  1. 源程序实例

    0下载:
  2. 遗传算法提供了一种求解复杂系统优化问题的通用框架,它不依赖于问题的具体领域,对问题的种类有很强的鲁棒性。所以,广泛应用于很多学科。(Genetic algorithm (GA) provides a general framework for solving complex system optimization problems. It does not depend on the specific domain of the problem, and has a strong robustn
  3. 所属分类:其他

  1. 1-2

    0下载:
  2. 用遗传算法解决实例问题,VC++代码,To solve problems using genetic algorithm, VC++ code(To solve problems using genetic algorithm, VC++ code)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:问起我231
  1. 遗传算法实例

    0下载:
  2. Matlab遗传算法实例,可实现一元多峰函数优化、多元单峰函数优化、多元多峰函数优化,多目标优化(Example of Matlab genetic algorithm. It can realize one variable multimodal function optimization, multiple variable function optimization, multivariate multimodal function optimization, multi-objectiv
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:4096
    • 提供者:wcc0736106
  1. 《Matlab遗传算法工具箱及应用》源码

    0下载:
  2. 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1435648
    • 提供者:东来东往CT
  1. 基于遗传算法的BP算法

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:5120
    • 提供者:gakk1
  1. 遗传算法

    0下载:
  2. 简述了数学建模中遗传算法的实例,并用MATLAB实现(In this paper, an example of genetic algorithm in mathematical modeling is introduced, and it is realized by MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:李小爱lzy
  1. 智能优化算法及其matlab实例code

    0下载:
  2. 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
  3. 所属分类:其他

    • 发布日期:2020-06-10
    • 文件大小:124928
    • 提供者:侯锐志
  1. 遗传算法WinRAR 压缩文件

    2下载:
  2. 三个遗传算法matlab程序实例,更深刻了解遗传算法(Three genetic algorithm matlab program examples, a deeper understanding of genetic algorithms)
  3. 所属分类:其他

    • 发布日期:2019-11-07
    • 文件大小:16384
    • 提供者:落叶无痕12
« 12 3 »
搜珍网 www.dssz.com