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

搜索资源列表

  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-02
    • 文件大小:11577
    • 提供者:jiajia
  1. zujuan

    0下载:
  2. 用csharp写的遗传算法组卷,可以用于试题库的参考-Written by CSharp Paper genetic algorithm, can be used to test the reference library
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:13405
    • 提供者:李卓
  1. sloveTSPbothcandmatlab

    0下载:
  2. 同样是遗传算法 从 c和matlab 两方面解决-From the same genetic algorithm to solve both c and matlab
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:31292
    • 提供者:zhang
  1. Genetic_Algorithm

    0下载:
  2. 基于遗传算法的走迷宫实现,主要算法原理为遗传算法,界面实现为WinForm-Maze based on genetic algorithm to achieve the main principle for the genetic algorithm method, the interface is implemented as WinForm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:54003
    • 提供者:小光
  1. SGA_5

    0下载:
  2. 用遗传算法来解决多极值函数的求解问题, 程序采用了锦标赛选择方法-Using genetic algorithm to solve the multiple maximum function problem.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:215583
    • 提供者:weiwei
  1. backpack

    0下载:
  2. 用C#来实现遗传算法中的背包问题。其中只有变异过程。-Using C# to implement the genetic algorithm knapsack problem. Only mutation process.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:82645
    • 提供者:李洁
  1. Class-scheduling-genetic-algorithm

    0下载:
  2. The Class Scheduling Problem (CSP) is concerned with assigning a number of courses corresponding to various students and instructors to classrooms taking into consideration constraints like classroom capacities and university regulations. Th
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:41908
    • 提供者:masmur
  1. genetic-algorithm-achived-by-MATLAB

    0下载:
  2. 这是大学毕业设计做的一个遗传算法程序,挺有用的-It is beneficial to you to achive the function of genetic algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:6921
    • 提供者:徐小聪
  1. genetic

    0下载:
  2. 遗传算法解决8皇后问题:代码示例。在visualC++上可以运行。-The genetic algorithm to solve the eight queens problem: code example. Can run in visualC++.
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1542
    • 提供者:李海波
  1. NSGAII

    1下载:
  2. 运用matlab工具,引用NSGA2的遗传算法来解决刀具磨损问题。-Using matlab tools, reference the NSGA2 the genetic algorithm to solve the problem of tool wear.
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:9771
    • 提供者:李海波
  1. full-variability-genetic-

    0下载:
  2. VCVC类遗传算法(完全变异法),对于解决多序列联配问题有一定的作用,由于完全变异法有两个随机数的,所以结果波动幅度较大,最佳遗传代数为200代,多序列联配的补空方案请自行调节。代码简单,方便。-Genetic algorithm VCVC class (full variability Law), to solve the multiple sequence alignment problem to a certain extent, there are two random numbers
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:1542
    • 提供者:彭卫城
  1. genetic

    0下载:
  2. 带有保留最佳个体功能的遗传算法的源程序,可以根据自己的问题直接修改应用-Retain the best individual of the genetic algorithm source code, you can directly modify the application according to their own problems
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2122
    • 提供者:王峰
  1. Genetic-algorithm-optimization

    0下载:
  2. 一船算法优化 TSP用的各种算子 置换变异算子和杂交算子-A boat algorithm to optimize the TSP with a variety of operator replacement mutation operator and crossover operator
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:128500
    • 提供者:许玲
  1. Genetic-Algorithms-CPP

    0下载:
  2. 非常好的采用C++编写的遗传算法,相比其他代码,这个代码比较详尽-Very good using prepared by the C++, genetic algorithm, compared to other code, this code is more detailed
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:6023
    • 提供者:huang
  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. Genetic

    0下载:
  2. 由C#编制的遗传算法程序,里面有几个算例希望对大家有所帮助!-C# prepared by the genetic algorithm, there are several examples we want to help!
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:48649
    • 提供者:张永
  1. ga

    0下载:
  2. 遗传算法程序代码,包括函数最优化,基本算法,分层遗传改进算法等-Genetic algorithm code, including function optimization, the basic algorithm, hierarchical genetic algorithm to improve
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1842508
    • 提供者:zazaza
  1. TSP_GeneAlg

    0下载:
  2. 遗传算法解决TSP问题,算法简单,适合初学者学习。-Genetic algorithm to solve TSP.
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2342359
    • 提供者:王玥
  1. ga-tsp

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

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

    0下载:
  2. 遗传算法解决订单筛选问题,依据钢铁企业生产线的产能生产最有价值的订单,放弃利润率低的订单。-Orders screening genetic algorithm to solve the problem, according to the production of iron and steel production line capable of producing the most valuable orders to abandon low-margin orders.
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:48044
    • 提供者:刘尚春
« 12 3 »
搜珍网 www.dssz.com