CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tsp crossover

搜索资源列表

  1. SGALABbugfix

    2下载:
  2. 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:78.41kb
    • 提供者:馨竹
  1. tsp.cpp

    0下载:
  2. 用遗传算法(Genetic algorithm)解决Travel salesperson problem. Crossover类型:one-point和two-point. 选择类型:Tournament和RouletteWheel.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2011-04-29
    • 文件大小:2.78kb
    • 提供者:lightlid
  1. TSP.rar

    1下载:
  2. 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。,Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:55.21kb
    • 提供者:zhangbing
  1. TSP-gene

    1下载:
  2. 是用遗传算法解决TSP问题,测例包括10个城市和30个城市。使用PMX交叉算子。-Is to use genetic algorithms to solve TSP problems, test cases, including 10 cities and 30 cities. Using the PMX crossover.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:43.17kb
    • 提供者:yc
  1. generic_tsp

    0下载:
  2. 用遗传算法求解TSP问题,种子数100,遗传概率和交叉概率可以在源程序中修改。-Genetic Algorithm with TSP problem, a few hundred seeds, genetic probability and crossover probability can modify the source program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:266.49kb
    • 提供者:stefwang
  1. TSP

    0下载:
  2. 遗传算法实现TSP算法,包括选择、交叉等操作-TSP algorithm for genetic algorithm implementation, including selection, crossover, such as operation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:84.1kb
    • 提供者:evan
  1. genetic

    0下载:
  2. matlab遗传算法编码 采用基本遗传算法 同时加入刘海交叉法对算法进行改进 解决TSP问题-matlab genetic algorithm coding the basic genetic algorithm using crossover method Liu also added to improve the algorithm to solve TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2.97kb
    • 提供者:mm
  1. Guotao-algorithmic

    0下载:
  2. 线性非凸多父体杂交算子求解TSP问题。算法将搜索空间看成是一个全空间Ω,种群中的个体可以看作Ω中的一组向量。种群中的若干个向量构成一组基向量,它们可以张成Ω的一个子空间,这些向量随机性组合能相对均匀地搜索这一部分子空间。-Linear non-convex multi-parent crossover operator for solving TSP body problem. Algorithm search space as a full-space Ω, the individual po
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.6kb
    • 提供者:李北辰
  1. tsp

    0下载:
  2. 该程序解决10个城市的货郎担问题(TSP),主要使用简单的遗传算法实现。该过程中包括:编码、解码,选择,交叉,变异等!-The program to solve the traveling salesman problem of 10 cities (TSP), the use of simple genetic algorithm. The process includes: encoding, decoding, selection, crossover and mutation!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:10.82kb
    • 提供者:yangshoping
  1. oxcrossover

    0下载:
  2. crossover in tsp genetic with cx
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:12.16kb
    • 提供者:zahra
  1. TSP

    0下载:
  2. 遗传算法解决tsp问题 问题规模100,杂交,变异,变比,选择方法可选-Genetic algorithm to solve the problem scale of the problem tsp 100, crossover, mutation, transformation ratio, select the method of optional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.55mb
    • 提供者:GuQi
  1. tsp

    0下载:
  2. 遗传算法在求解旅行商问题中的应用,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic Algorithm for Traveling Salesman Problem, using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation operators, but also in
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:11.21kb
    • 提供者:韩慧玲
  1. GA

    0下载:
  2. matlab 遗传算法求解tsp,有详细的交叉,变异说明,适合初学者-matlab genetic algorithm tsp, detailed crossover, mutation descr iption, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4.1kb
    • 提供者:ygy
  1. TSP-GA.zip

    0下载:
  2. 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:867.08kb
    • 提供者:ZHENG
  1. tsp

    0下载:
  2. 本程序为神经网络解决TSP问题 数据有100城市 200城市和500城市,采用VC++编程 程序中已经设置成最佳参数 交叉驴0.6 变异率0.01 @ 迭代500 代。效果不错-The procedures for the neural network to solve the TSP data of 100 cities 200 cities and 500 cities, using VC++ programming procedure has been set to the optim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3.22kb
    • 提供者:mark
  1. tsp-GA

    0下载:
  2. 遗传算法解决TSP问题,词程序为30个城市的TSP问题,其中交叉和变异函数有点问题,在结果中可能无法遍历30个城市-Genetic algorithm to solve TSP, the word program is 30 cities TSP problem where a problem with the crossover and mutation function, the result may not traverse 30 cities
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:9.12kb
    • 提供者:王贾予沣
  1. tsp

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

    • 发布日期:2017-03-23
    • 文件大小:767.89kb
    • 提供者:ahu_gj
  1. TSP

    0下载:
  2. 根据混合粒子群算法原理,在MATLAB中编程实现基于粒子群算法的TSP搜索算法,给出了适应度函数,粒子初始化,交叉操作,变异操作,最后给出了仿真结果。有图可以看出,混合粒子群算法能够较快找到连接各个城市的最优路径,谢谢,希望能够给大家带来帮助。-According to the principle of hybrid particle swarm algorithm, programmed in MATLAB Based on Particle Swarm TSP search algorith
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:11.89kb
    • 提供者:wangxin
  1. TSP-PSO

    1下载:
  2. 混合粒子群算法摒弃了传统粒子群算法中的通过跟踪极值来更新粒子位置的方法,而是引入了遗传算法中的交叉和变异操作,通过粒子同个体极值和群体极值的交叉以及粒子自身变异的方式来搜索最优解。(Hybrid particle swarm algorithm instead of the traditional particle swarm algorithm in the method to update the position of the particle by tracking the maximu
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:13kb
    • 提供者:胡萝卜须
  1. code

    1下载:
  2. 基于蚁群算法的 TSP 求解,分别采用蚁群算法和蚁群算法-粒子群混合算法进行优化求解,使用不同的交叉和变异适应度函数更新粒子,从而实现 TSP问题的优化求解,更加逼近实际问题。(Based on the TSP solution of ant colony algorithm, ant colony algorithm and hybrid algorithm of ant colony algorithm particle swarm optimization are used to solv
  3. 所属分类:其他

    • 发布日期:2021-04-08
    • 文件大小:5kb
    • 提供者:Fantasy1017
« 12 »
搜珍网 www.dssz.com