搜索资源列表

  1. TS-TSP

    0下载:
  2. 使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序-The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:ann
  1. Generic-Algorithm-for-TSP

    1下载:
  2. 运用优化遗传算法解决100个城市的TSP问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities TSP problem, which was to select a departure from the resident, after each city once again, and fi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1235968
    • 提供者:李佳鹤
  1. tsp

    0下载:
  2. 用动态规划法求解TSP问题的C++源码 在Linux中用g++编译通过-Using dynamic programming method for solving TSP problems C++ Source code in Linux using g++ Compiled through
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:L.Zhang
  1. TSP

    0下载:
  2. 旅行商tsp问题 可以用c语言实现,请大家看看怎末该进源代码。-Tsp TSP problems can be resolved with c language, I want you to look into the source code of the怎末.
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:tangjinjin
  1. tsp

    0下载:
  2. 这是一个很好用的求解TSP问题的粒子群算法,很适合初学者。-This is a very good solution of TSP used in the particle swarm optimization problems, it is suitable for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:zhaogang
  1. TSP

    0下载:
  2. 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:586752
    • 提供者:dudu
  1. tsp

    0下载:
  2. hopfield神经网络求解TSP问题,改程序设置了10个城市的随机位置,进而解决城市间最短路径问题。-hopfield neural network to solve TSP problem, the procedures set up to 10 cities random location, then the shortest path between cities to solve problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:524288
    • 提供者:stefwang
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:502784
    • 提供者:stefwang
  1. TSP

    0下载:
  2. 采用visual c解决tsp问题。里面有遗传算法的选择、交叉、变异函数。-Using visual c solve the problem tsp. There are genetic algorithm selection, crossover and mutation functions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:56320
    • 提供者:zhangbing
  1. tabu-matlabcode-tsp

    0下载:
  2. matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:wuyao
  1. tsp

    1下载:
  2. 遗传算法解决 TSP 问题的MATLAB源码-Genetic algorithm to solve TSP problem the MATLAB source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:ycq
  1. matlab

    0下载:
  2. 利用蚁群算法解决TSP问题的matlab源代码-Using ant colony algorithm to solve TSP problem matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:czr
  1. Grefenstette

    0下载:
  2. Grefenstette编码法的MATLAB实现 本文在MATLAB环境下编程实现针对TSP问题的Grefenstette编码法,并将其同基本遗传算法相结合,仿真求解一个 15点的TSP问题-Grefenstette coding method to achieve this paper, the MATLAB environment in MATLAB programming for the TSP problem Grefens
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:25600
    • 提供者:peng
  1. TSP

    0下载:
  2. TSP问题;蚁群算法;关键参数设置;MATLAB-MATLAB,tsp
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:sam
  1. GA_TSP

    0下载:
  2. 利用遗传算法求解TSP问题。TSP问题描述如下:给定一组n个城市和他们两两之间地直达距离,寻找一条闭合的旅程,使得每个城市刚好经过一次而且总的旅行距离最短。 -The use of genetic algorithm to solve TSP problem. TSP problem described as follows: given a set of n cities and they are between 22 to dire
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:1159168
    • 提供者:586
  1. TSP

    0下载:
  2. 免疫算法和模拟退火算法求解TSP问题的研究。本文提出了一种新的免疫模拟退火法,并将其应用于求解典型的NP问题—TSP问题-Immune algorithm and simulated annealing algorithm for solving TSP problems. In this paper, a new immune simulated annealing algorithm, and applies it to solve
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2351104
    • 提供者:彭伟
  1. TSP

    0下载:
  2. 免疫算法和模拟退火算法求解TSP问题的研究 本文提出了一种新的免疫模拟退火算法,并将其应用于求解典型的NP问题—TSP问题 -Immune algorithm and simulated annealing algorithm for solving TSP problems is proposed in this paper a new immune simulated annealing algorithm, and app
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:2351104
    • 提供者:彭伟
  1. design

    0下载:
  2. 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告)-Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:2640896
    • 提供者:曾亮
  1. TSP

    0下载:
  2. 由图的邻接矩阵表示下广度优先搜索遍历改编来求TSP问题的近似解-Improve Breadth first searching graph algorith to solve TSP problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:李雅岚
  1. tsp

    0下载:
  2. 该程序是蚁群算法和遗传算法的混合算法的C语言程序在求解TSP问题时的应用,可以进行扩展到其他问题的两种算法应用-The program is ant colony algorithm and genetic algorithm hybrid algorithm in the C language program to solve the issue of the application of TSP, can be extended t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:88064
    • 提供者:chenjing
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org