搜索资源列表

  1. mySVM-latest546

    0下载:
  2. 一个基于C++的支持向量机源程序,内附示例数据文件 -a C-based SVM source files, data files containing sample
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:66560
    • 提供者:wh
  1. SimulateAnnealing

    0下载:
  2. 使用模拟退火算法解决TSP问题,该程序中的模拟退火没有采用复杂的运算,实现了一个比较简单但运行高效的算法-using simulated annealing algorithm to solve TSP, the process of simulated annealing without the use of complex arithmetic, achieve a relatively simple but efficient o
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:yinhui
  1. GA

    1下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algo
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:周薇
  1. xujinpeng-matlab

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。-Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:504832
    • 提供者:竹子的信仰
  1. annealing

    0下载:
  2. 简单实用的模拟退火算法(SB/SW) 提供一个对理解模拟退火算法很好的程序示例-Simple and practical simulated annealing algorithm (SB/SW)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:198656
    • 提供者:Jackson
  1. aiwa

    0下载:
  2. 求解tsp问题的MATLAB程序,模拟退火算法源程序-MATLAB problem solving procedures tsp
  3. 所属分类:其他小程序

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

    0下载:
  2. 使用模拟退火算法求解10城市和20城市的旅行商问题,城市数目和城市之间的距离保存在txt文件中,程序读入数据后求解最优路径-The use of simulated annealing algorithm 10 cities and 20 cities in the traveling salesman problem, the number of cities and the distance between the cities s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:614400
    • 提供者:郑益夫
  1. TspSA

    0下载:
  2. 首先介绍模拟退火算法,然后编写伪程序,结合Visual C++开发工具求解著名的旅行商问题TSP-Simulated annealing algorithm first introduced, and then the preparation of pseudo-process, combined with Visual C++ development tools for solving the famous Traveling Sal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:927744
    • 提供者:liuzhiyong
  1. TSPSA

    0下载:
  2. 该程序是模拟退火算法应用中旅行商问题的c++程序-The procedure is the application of simulated annealing algorithm for the traveling salesman problem c++ program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:641024
    • 提供者:586
  1. gafuzzymatlab

    0下载:
  2. 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集 -Simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection proce
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王朗
  1. KnapsackProblem

    0下载:
  2. 这是用MATLAB编写的模拟退火算法求解背包问题的程序-This is prepared using MATLAB algorithm simulated annealing procedure for Knapsack Problem
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:刘翔
  1. monituihuo

    0下载:
  2. 一个有关模拟退火算法的工具箱,里面收录了一些基本程序。-On a simulated annealing algorithm toolbox, which contains some of the basic procedures.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:陈鹏飞
  1. mnthydy

    0下载:
  2. 用于解中国邮递员问题的模拟退火算法的matlab程序,很不错!-Chinese postman problem for the solution of the simulated annealing algorithm matlab program, very good!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王勃
  1. moni

    0下载:
  2. 该程序用模拟退火算法实现了对八皇后不相冲突的位置算法。-The program simulated annealing algorithm for the eight queens do not conflict with the location algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张春敏
  1. samatlab

    0下载:
  2. 模拟退火算法MATALAB源程序 此题以中国31省会城市的最短旅行路径为例,给出TSP问题的模拟退火程序-Simulated annealing algorithm MATALAB source of this problem of China' s 31 provincial capital cities of the shortest path of travel as an example, simulated anneal
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:顾俊
  1. SAAforTSP

    0下载:
  2. 模拟退火算法解决TSP的程序原文档-Simulated annealing algorithm to solve the TSP program of the original document
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:qbsu
  1. SimulatedAnnealing123

    0下载:
  2. 程序是利用模拟退火算法解决TSP问题,很具有实用性-Program is the use of simulated annealing algorithm to solve the TSP problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:HEllO2010
  1. upload4

    0下载:
  2. 使用模拟退火算法解决旅行商问题 程序框架中的Annealing.java文件,Annealing.java实现了Inter.java接口中的函数。接口函数getStrategy是一个返回类型为void的函数,函数的输入参数是一个字符串,代表输入文件的文件名-The use of simulated annealing algorithm to solve the TSP program in the fr a mework of A
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:ocpocpocp
  1. Simulated

    0下载:
  2. 用模拟退火算法求30个城市的旅行商问题的C程序-Simulated Annealing Algorithm with 30 cities of the TSP C program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1027072
    • 提供者:li qing
  1. monituihuo

    0下载:
  2. 模拟退火算法 自己写的一点小程序 提供一点参考-Simulated annealing algorithm to write their own applets provide a reference point
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5000192
    • 提供者:cl
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »

源码中国 www.ymcn.org