CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟退火算法

搜索资源列表

  1. monituihuo

    0下载:
  2. 针对旅行商问题的随机模拟退火算法,可以使用-Random simulated annealing algorithm for the traveling salesman problem, you can use
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1562
    • 提供者:longway
  1. SA-TSP

    0下载:
  2. 一个模拟退火算法,计算旅行商问题:注意:一共三个文件,第一个是主程序,下面两个是子函数-A simulated annealing algorithm to calculate the traveling salesman problem: Note: A total of three files, the first one is the main program, the following two sub-functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:10288
    • 提供者:hxliang
  1. daima

    0下载:
  2. 遗传-模拟退火算法解决组合优化问题,结合遗传算法与模拟退火算法各自的优点-Genetic- simulated annealing algorithm to solve combinatorial optimization problems, the respective advantages of the combination of genetic algorithms and simulated annealing algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:11648
    • 提供者:张俊龙
  1. jannealer1.1

    0下载:
  2. 基于java的模拟退火算法实现,详细的例子,可供开发者收藏于参考-simulate annealling algorithm for java, the best example for he java developer
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:92243
    • 提供者:蓝鸥
  1. AIhw3

    0下载:
  2. 关键词:人工智能 模拟退火算法 c++语言 作业 这是我们人工智能课作业 模拟退火算法实现的源码-Keywords: the Artificial Intelligence simulated annealing algorithm c++ language job AI Homework simulated annealing algorithm source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:4077444
    • 提供者:jin
  1. SATSP

    0下载:
  2. 模拟退火算法 1分钟之内 TSP问题 -Simulated annealing algorithm simulated annealing algorithm within one minute of the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:1206
    • 提供者:qly
  1. SA

    0下载:
  2. 用matlab实现的基于模拟退火算法的旅行商问题即TSP问题-Achieved using matlab simulated annealing algorithm for the traveling salesman problem TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:905
    • 提供者:陈晓
  1. heuristic-algorithm

    0下载:
  2. 旅行商问题,使用模拟退火算法和遗传算法解决的代码。-The traveling salesman problem using the simulated annealing algorithm and genetic algorithm to solve the code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:1840441
    • 提供者:
  1. CTest

    0下载:
  2. 基于模拟退火算法和粒子群算法的证券投资最优组合的C++代码实现,整个的程序-Based on investments in securities of the simulated annealing algorithm and particle swarm algorithm to achieve the optimal combination C++ code, the entire program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:1115328
    • 提供者:李超
  1. Simulated-annealing-algorithm_tsp

    0下载:
  2. 用模拟退火算法研究tsp问题的c语言算法-Simulated annealing algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2654
    • 提供者:张玉坤
  1. Simulated-annealing-algorithm

    0下载:
  2. 很好的模拟退火算法,大家快来下载-Simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:721
    • 提供者:liuyi
  1. Simulated-Annealing-for-TSP

    0下载:
  2. 模拟退火算法解决TSP问题,方法比较好,效果不错-Simulated Annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:4310
    • 提供者:石鑫
  1. TSPSAA

    0下载:
  2. 模拟退火算法在MATLAB环境下解决旅行商问题,实例代码-Simulated annealing algorithm in MATLAB environment to solve the traveling salesman problem, example code
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:4316
    • 提供者:常鑫
  1. TSP

    0下载:
  2. 人工智能中的经典算法,TSP模拟退火算法。本程序简单实现了的用模拟退火算法实现了旅行商问题。只需在文本cities中输入各个城市之间的距离,运行程序后就可以求出旅行各个城市的最短距离。适合学习人工智能和对该算法有兴趣的同学使用。-Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:37192
    • 提供者:李辉
  1. monituihuosuanfa

    0下载:
  2. 研究生一门课程的小作业,很全,是关于模拟退火算法的-Postgraduate course of a small job, very full, the simulated annealing algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:215154
    • 提供者:
  1. simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法及MATLAB程序代码,包含算法pdf文档,PPT讲义和M文件。-Simulated annealing algorithm and MATLAB code that contains the algorithm pdf documents, PPT handouts and M files.
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:1020003
    • 提供者:Binjie Liao
  1. 30-cases-in-matlab

    1下载:
  2. MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:1560351
    • 提供者:Binjie Liao
  1. monituihuoTSP

    0下载:
  2. 模拟退火算法解决旅行商问题,10、20点找到最优解的概率约为0.8-Simulated annealing algorithm to solve the traveling salesman problem, the probability of 10,20 points to find the optimal solution is approximately 0.8
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-27
    • 文件大小:29204
    • 提供者:张沂超
  1. sa_main

    0下载:
  2. 模拟退火算法(Simulate Anneal Arithmetic,SAA),模拟退火算法(Simulate Anneal Arithmetic,SAA)是一种通用概率演算法,用来在一个大的搜寻空间内找寻命题的最优解-The simulated annealing algorithm is the probability of a universal algorithm is used to find the optimal solution of the proposition in a la
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:1544
    • 提供者:李旭光
  1. matlab_simulated-annealing-algorithm

    0下载:
  2. 模拟退火算法 简单清晰 他是一种求解旅行商问题的高效算法,适合大家研究,欢迎改进,指正。-It is a simulated annealing algorithm.He is an efficient algorithm is used for solving the traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:4529
    • 提供者:Wang Hao
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com