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

搜索资源列表

  1. GA_engine-

    0下载:
  2. Visual Studio C#环境下的遗传算法代码示例-Visual Studio under the environment of C# genetic algorithm source code example
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1413
    • 提供者:他城
  1. GA_engine-

    0下载:
  2. 遗传算法算例,Visual Studio平台-Visual Studio c# environment genetic algorithm code examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:26928
    • 提供者:他城
  1. Genetic

    0下载:
  2. 关键词:C# 遗传算法 多目标寻优 智能优化 欢迎大家交流学习-Keywords: C# genetic algorithm for multi-objective optimization of intelligent optimization welcome to share their knowledge
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:18891
    • 提供者:他城
  1. GA-

    0下载:
  2. 本人自学遗传算法的一些代码,C#环境,希望可以对大家有所帮助-I self-GA some code, C# environment, I hope you can help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:18107
    • 提供者:他城
  1. 4editioncode

    0下载:
  2. 非线性系统第四版书中代码。混沌,分形,元胞自动机,遗传算法,基因表达式编程,支持向量机,小波,隐马尔可夫模型,模糊逻辑与C++、JAVA和SymbolicC++程序》-The fourth edition of the book code for nonlinear systems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:370041
    • 提供者:cumt
  1. GATest

    0下载:
  2. c++实现的一种遗传算法(GA)的实现,附带算法讲解和遗传算法的简介与实现,是学习遗传算法很好的例子。-Genetic algorithms (GA) implementation, with some explanation, is a good example of learning genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:171719
    • 提供者:谢星宇
  1. ga-tsp

    0下载:
  2. 用遗传算法解决TSP问题,和AFORGE.d-genetic algorithm to solve TSP with C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:灵石路8号
  1. tsp_pso

    0下载:
  2. : 针对粒子群优化算法易陷入局部极值的缺点, 提 出一种改进粒子群算法, 该算法借鉴贪婪算法的思想初始化种群, 利用两 个种群同时寻优, 并将遗传算法中交叉和变异操作引入其 中, 实现种群间的信息共享。-I n a l l u s i o n t o p a r t i c l e s wa r m o p t i mi z a t i o n b ei n g pr on e t o g e t i n t o l oc a l mi n i mu m, a n
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:570052
    • 提供者:xiaowei
  1. GA二进制代码

    0下载:
  2. 遗传算法二进制编码代码,C++版本,可以用来求函数极值等问题
  3. 所属分类:OpenCV

  1. mgemma

    0下载:
  2. 基于一种改进的遗传地图匹配算法,将Marchal算法和遗传算法结合起来,本源代码基于C++开发,包括了完整的实验数据和算法实现。-Based on an improved genetic map-matching algorithm, Marchal and genetic algorithms to combine source code is based C++ development, including the full experimental data and algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:258364
    • 提供者:lilunnuuu
  1. CPPAlgorithm-Design

    0下载:
  2. 大部分科研领域的模式识别算法都是在MATLAB中实现,此处提供了个别模式识别算法的C++语言实现,如支持向量机,遗传算法等。-Most of the field of pattern recognition algorithm was implemented in MATLAB, individual pattern recognition algorithm is provided here of the C++ language, such as support vector machine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:202575
    • 提供者:计算机
  1. GUI-based-on-Matlab

    0下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码。用单纯形法来做的-Improved genetic algorithm fuzzy C- means clustering MATLAB source. To do with the simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5325
    • 提供者:郑晨
  1. tsp

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法 遗传算法的基本运算过程如下: a)初始化:设置进化代数计数器t=0,设置最大进化代数T,随机生成M个个体作为初始群体P(0)。 b)个体评价:计算群体P(t)中各个个体的适应度。 c)选择运算:将选择算子作用于群体。选择的目的是把优化的个体直接遗传到下一代或通过配对交叉产生新的个体再遗传到下一代。选择操作是建立在群体中个体
  3. 所属分类:DNA

    • 发布日期:2017-03-23
    • 文件大小:786322
    • 提供者:ahu_gj
  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. CC

    0下载:
  2. 遗传算法的C程序以及讲解,可用于优化设计以及TSP问题-GA C program, and explain, can be used to optimize the design, TSP and other issues
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:53022
    • 提供者:Lee
  1. GA

    1下载:
  2. 基于C++的遗传算法无线网络的选址规划,文件包含候选点和测试点的坐标文件及源程序-Wireless network location planning based on GA and C++ , the file containing the coordinates of the point and the test point candidate files and source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5992
    • 提供者:潘肖迎
  1. AForge.NET

    1下载:
  2. AForge.NET是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,模糊系统,机器人控制等领域。-AForge.NET is a specialized developer and researcher based C# framework designed, he included computer vision and artificial intelligence, image processing, neural netw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:11073057
    • 提供者:李天
  1. GA

    0下载:
  2. VC遗传算法源码,可以用于最优化计算,已测试计算速度很好,准确率高。-Genetic Algorithm based on Visual c++ ,for optimization method with high speed and accuracy 。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:88142
    • 提供者:付林杰
  1. yichuan-lvxingshang

    0下载:
  2. 自己编写的商人旅行问题,使用的是遗传算法-base on C++,and I used data and C,businessman journal question
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2497
    • 提供者:Boyang
  1. Genetic_Algorithm_paralle

    0下载:
  2. 人工智能中遗传算法运用在最优化中的代码,如果需要应用,直接修改目标函数就可以,开发环境为Visual C++,使用C语言-The use of genetic algorithm in the optimization of the code in the application of artificial intelligence, if necessary, can directly modify the objective function, development environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:237502
    • 提供者:夏杨红
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com