CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - genetic algorithm to

搜索资源列表

  1. prim

    0下载:
  2. 自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2276
    • 提供者:
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. mybestfeifengoverle

    0下载:
  2. 遗传算法求极值 体会遗传算法思想,能够设计并编写遗传算法的相关操作函数,并能够应用遗传算法求解具体问题。-Genetic algorithm genetic algorithms seek extremal understand ideas of genetic algorithms to design and prepare the relevant operational function, and be able to apply genetic algorithm to solve sp
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:32124
    • 提供者:playboy
  1. ga

    0下载:
  2. 讲解如何用C语言实现遗传算法,以及应用遗传算法求解的全过程-Explain how to use C language implementation of genetic algorithms, and the application of genetic algorithm the whole process of
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2385
    • 提供者:赵新宇
  1. GA

    0下载:
  2. 遗传算法 解决最短路径 用C++来实现其功能 基于遗传算法的最短路径问题-Genetic algorithms to solve shortest path with C++ to achieve their function based on genetic algorithm shortest path problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1974
    • 提供者:李志忠
  1. lala

    0下载:
  2. 用遗传算法求解最短路径问题求解的遗传算法的参数设定如下: 种群大小:M = 50 最大代数:G = 1000 交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。 变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parameter settings are as follows: p
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3978
    • 提供者:zhouyanghua
  1. GA_NQueen

    0下载:
  2. 遗传算法解决N皇后问题,并经过一些优化,得到了较好的效果-Genetic algorithm to solve N-Queens problem, and after some optimization to get good results
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1815
    • 提供者:李白
  1. MyGene

    0下载:
  2. 使用遗传算法求最短回路。用户输入信息在1.txt中。目前有6个城市,如果权值为-1,表示两个城市之间不可达。遗传算法会被执行5次。-Using genetic algorithm for the shortest loop. The user to enter information in the 1.txt. There are six cities, if the weight is-1, indicating that up between the two cities. Genetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:32563
    • 提供者:
  1. VCPP-genetic-reconfiguration

    0下载:
  2. 基于VC++的电力系统遗传算法重构实现. 用于减少系统损耗的重构,包含了潮流功能-Power genetic algorithm-based VC++ reconstruction. Used to reduce the loss of the reconstruction of the system, including the trend
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:28038
    • 提供者:ding
  1. chengxuyuandaima

    0下载:
  2. 遗传算法中初始化种群一些重要的源码,应该会有帮助的,希望能上传啊-Initial population genetic algorithm important source should be helpful, I hope to be able to upload ah
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:2304
    • 提供者:申士博
  1. GeneticalgorithmVCsorce

    0下载:
  2. 遗传算法,想了解该算法的入门者可以看看。-Genetic algorithms, and want to understand the algorithm beginners can look.
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:1535909
    • 提供者:小伙子
  1. immune-genetic-algorithm-for-TSP

    0下载:
  2. 采用matlab语言进行编程,运用遗传免疫算法,旨在解决TSP旅行商问题-Using matlab language programming, the use of genetic immune algorithm, to solve the traveling salesman problem TSP
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:59341
    • 提供者:liuxing
  1. TSP.matlab

    0下载:
  2. 基于遗传算法解决TSP问题,matlab,可以实现-Based on the genetic algorithm to solve TSP problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:135967
    • 提供者:明月
  1. Genetic

    0下载:
  2. 此為求解最佳化流程之基因演算法,應用mathcad來編寫,mathcad為一簡易好上手之模擬軟體,若只是想跑小系統之初新者,建議使用-This is the process of solving the genetic algorithm to optimize the application mathcad to write, mathcad for a simple simulation software to use it well, if only wanted to run at th
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:16328
    • 提供者:張騰文
  1. busxutton

    0下载:
  2. matlab遗传算法程序,包括大量源代码,很好用的 不错的-Matlab genetic algorithm, including a large number of source code, very good to use
  3. 所属分类:Data structs

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:rnjy!480
  1. nncludinguse

    0下载:
  2. matlab遗传算法程序,包括大量源代码,很好用的 不错的-Matlab genetic algorithm, including a large number of source code, very good to use
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:3072
    • 提供者:fpehztoon
  1. tji__multiobjective

    0下载:
  2. 基于MOGA方法的多目标遗传算法程序,本程序为通用包,可自行修改,-MOGA method based multi-objective genetic algorithm procedures, the procedures for the general package, are free to modify,
  3. 所属分类:Data structs

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:nomdvrn
  1. SimpleGA-master

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:4096
    • 提供者:pambassador
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:687104
    • 提供者:ZJN27
搜珍网 www.dssz.com