CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - genetic algorithm to

搜索资源列表

  1. vrp.rar

    5下载:
  2. 编写的基于遗传算法解决VRP问题的源代码,Prepared VRP based on genetic algorithm to solve the problem of source code
  3. 所属分类:Other systems

    • 发布日期:2016-12-28
    • 文件大小:4186
    • 提供者:张凯
  1. IndexGA

    0下载:
  2. 遗传算法解决vrp问题,很好的 遗传算法解决vrp问题,很好的-Vrp genetic algorithm to solve problems, good vrp genetic algorithms to solve problems, good
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6399
    • 提供者:王博文
  1. Queen

    0下载:
  2. 这是一个解决皇后问题的遗传算法,是用c语言编写的,可以直接运行。-This is a solution to the problem' s genetic algorithm, are prepared using c language, can be directly run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:54420
    • 提供者:刘振
  1. conf043

    0下载:
  2. A Genetic Algorithm Approach to Scheduling Communications for a Class of Parallel Space-Time Adaptive Processing Algorithms
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:67511
    • 提供者:mohamed
  1. SurveyPresent

    0下载:
  2. A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:266857
    • 提供者:eric
  1. TSM

    0下载:
  2. This program gives solution to the Travelling Salesman problem (TSP). I use genetic algorithm, tabu search, exhaustive search. It all combine in a windows application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:60239
    • 提供者:yyavuz
  1. GA1E1

    2下载:
  2. 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
  3. 所属分类:Console

    • 发布日期:2016-08-10
    • 文件大小:4153129
    • 提供者:张帅
  1. GraphGA-TabuHierarchicalLayout

    0下载:
  2. This article presents one of the most famous hierarchical graph drawing algorithms. Starting from a hierarchical graph we create a population of chromozoms that will be used in a Genetic Algorithm to get the best subjective representation: minimal ed
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:134948
    • 提供者:mihi64
  1. 0000

    0下载:
  2. 本程序用来实现对非线性函数求解优化程序的主要算法采用遗传算法实现-This procedure is used to achieve non-linear functions to solve optimization procedure using genetic algorithm main algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2288
    • 提供者:罗杰
  1. Multiobjectvie-Genetic-Algorithm

    0下载:
  2. 有关多目标优化问题的遗传算法的基本理论方法的硕士论文,相关领域的大家可以参考一下-Multi-objective optimization problems related to genetic algorithms basic theories and methods of the master' s thesis and related fields that we can reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2308615
    • 提供者:meimei
  1. GARR0

    2下载:
  2. 利用遗传算法解决机器人路径规划问题,较好的一个例程,在VC++平台下开发-Using the genetic algorithm to solve robot path planning problem, the better a routine in VC++ platform development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3875121
    • 提供者:李志远
  1. Simple-genetic-algorithm-source-code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:8642
    • 提供者:李礼
  1. genetic

    0下载:
  2. genetic algorithm used to solve travelling salesman prolem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3590
    • 提供者:ash
  1. A-Parallel-Repair-Genetic-Algorith

    0下载:
  2. A Parallel Repair Genetic Algorithm to Solve the Unit Commitment Problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:400598
    • 提供者:power
  1. Parallel-genetic-algorithm

    0下载:
  2. 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:931882
    • 提供者:陈嘉鑫
  1. Genetic-algorithm-solving

    0下载:
  2. 清华大学Liu的例子,用遗传算法解决3种不同的不确定规划问题,用c++编写的程序-Tsinghua University Liu example, using genetic algorithm to solve three different types of uncertainty in the planning, programs written in c++
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:102259
    • 提供者:hebangle
  1. GA(Genetic-Algorithm)n

    0下载:
  2. 用matlab实现遗传算法来辨识线性系统参数,-Using matlab genetic algorithm to identify the linear system parameters
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11773
    • 提供者:
  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-12
    • 文件大小:2684892
    • 提供者:zhangxiangfei
  1. Genetic-Algorithm-Path-master

    0下载:
  2. 使用遗传算法解决旅行商问题的matlab程序-Genetic algorithm to solve the traveling salesman problem matlab program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:8116
    • 提供者:
  1. Genetic algorithm to vehicle routing problem

    1下载:
  2. 这个代码是采用遗传算法解决车辆路径优化问题,大家一块学习(This code is to solve the vehicle routing optimization problem with genetic algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2019-10-19
    • 文件大小:2048
    • 提供者:潇1默
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com