CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 2-opt

搜索资源列表

  1. optpp-2.4.tar

    0下载:
  2. OPT++,Sandia开发的一套优化工具包。可以实现经典的q-Newton等基于梯度的优化算法!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.13mb
    • 提供者:shenxu
  1. TSP_orC

    0下载:
  2. TSP算法 1.C语言TSP算法 2.2-OPT,orOPT摄动 3.Main单独执行
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:DuDu Ch
  1. 2

    0下载:
  2. tsp遗传算法代码 利用交叉算子改进方法求解旅行商问题-tsp genetic algorithm code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2.2kb
    • 提供者:mm
  1. 12345

    1下载:
  2. 自己编写的带2-opt法的蚁群算法求解TSP,可以运行,运行环境VS2008-His writing with 2-opt method of ant colony algorithm for solving TSP, can run, run VS2008 environment
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1019.79kb
    • 提供者:she
  1. Ant-Algorithmcpp

    1下载:
  2. 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-08
    • 文件大小:254.01kb
    • 提供者:占志刚
  1. 2

    1下载:
  2. PSO求解TSP问题的参考文献,查询学校IEEE检索得到!-Particle Swarm Optimization Based on Neighborhood Encoding for Traveling Salesman Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:311.33kb
    • 提供者:asdwe
  1. IGA

    0下载:
  2. 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.97kb
    • 提供者:碧天
  1. Delphi-CVRP

    0下载:
  2. 用Delphi实现CVRP问题,利用2-opt方法进行了局部优化,具有很好的学习效果-Using Delphi to achieve CVRP problem, by using 2-opt local optimization methods, has a good learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:174.45kb
    • 提供者:Bloom
  1. aco

    1下载:
  2. 蚁群算法解欧氏平面上的TSP问题。包括了2-opt、3-opt优化,经过了若干经典数据的测试。-AntColony algorithm solving the TSP problem in Euclid plane, including 2-opt and 3-opt optimization. It has been tested by authorized data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:12.62kb
    • 提供者:sunli
  1. 2opt.tsp.cpp

    0下载:
  2. Its a C/C++ implementation of 2-opt algorithm for Solving Travelling Salesman Problem.
  3. 所属分类:Algorithm

    • 发布日期:2016-10-20
    • 文件大小:2kb
    • 提供者:Prasenjit Nag
  1. xunicunchuqi

    0下载:
  2. ① 实现三种算法:1、先进先出;2、OPT;3、LRU-① achieve three algorithms: 1, FIFO 2, OPT 3, LRU
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:7.36kb
    • 提供者:闻石海
  1. sa

    0下载:
  2. 基于M5(2-opt领域)选择策略的模拟退火算法,手动编写,实现的效果也相当不错!-Based on M5 (2-opt the field) selection strategy simulated annealing algorithm, written by hand, to achieve the effect is quite good!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1.38kb
    • 提供者:dsfd
  1. nearest_neighbor_2opt

    0下载:
  2. Nearest Neighbor for TSP with 2-opt MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1.05kb
    • 提供者:Yener
  1. farthest_insertion_2opt

    1下载:
  2. Fartest Insertion for TSP with 2-opt MATLAB
  3. 所属分类:matlab

    • 发布日期:2014-09-08
    • 文件大小:1kb
    • 提供者:Yener
  1. random_tour_2opt

    0下载:
  2. Random Tour for TSP with 2-opt MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1.04kb
    • 提供者:Yener
  1. VRP

    2下载:
  2. 蚁群算法,2-opt,解决车辆路径问题(vrp)的matlab代码,修正了原始代码忽略初始节点下一节点cost的问题,但是对某些测试数据集存在车辆数大于或小于的标准问题。-Ant colony algorithm ,2-opt, vehicle routing problem (vrp) matlab code, amended the original code ignores the initial node next node cost problems, but for some tes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2.06kb
    • 提供者:lijian
  1. gpso4.2-opt

    0下载:
  2. 基于遗传微粒群算法,对旅行商问题求解,采用2-opt进行局部搜索。GPSO4tsp-Genetic particle swarm algorithm for solving the traveling salesman problem, using 2-opt local search. GPSO4tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:917.93kb
    • 提供者:wuwu
  1. Analyzing-2-opt

    0下载:
  2. Analyzing 2-opt for Traveling Salesman problem (TSP)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:970byte
    • 提供者:BB
  1. 2-opt

    1下载:
  2. 各种局部优化算法,变邻域算法,改善局部优化效果,加快运行效率,可运行-A variety of local optimization algorithm, variable neighborhood algorithm, to improve the local optimization effect, speed up the running efficiency, can be run
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-30
    • 文件大小:23.62kb
    • 提供者:翟露露
  1. annealing-algorithm-P-MEDIAN

    0下载:
  2. Simulated annealing to solve the capacitated vehicle problem coded in Python program. This file contains 3 sub-programs which tries to improve the initial solution. (i.e. Simulated annealing + 2-point, Simulated annealing + 2-opt, Simulated annealing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:75.49kb
    • 提供者:站长
« 12 »
搜珍网 www.dssz.com