搜索资源列表

  1. BOLTZMAN

    0下载:
  2. 人工智能,玻尔兹曼机的模拟退火,可以应用与优化旅行商问题-Artificial Intelligence, Boltzmann machine, simulated annealing, traveling salesman problem and optimization can be applied
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:李杰
  1. fast_descendant

    0下载:
  2. 地球物理学中二度体重力异常模拟退火法正反演程序-Geophysics degrees Weight capacity anomaly simulated annealing inversion process
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:
  1. simulatedannealing

    0下载:
  2. 关于模拟退火的matalab原代码,真实可用-Matalab on simulated annealing source code,The real available
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:sea
  1. Qlearningcar

    1下载:
  2. Simulink 控制VR环境中的小车。小车有5个距离传感器,能够慢慢学会避开墙壁和障碍物。小车采用加强学习(Q learning),采用神经网络对Q函数逼近。由于使用了模拟退火,小车在开始的时候会经常撞击障碍物,10次后基本就不会再撞了。 小车的外观模型使用了"w198406141"在本论坛的虚拟现实区发布的VR模型。-VR environment Simulink control car. There are 5 car dis
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:gao
  1. tsp

    0下载:
  2. tsp问题的解决方法 模拟退火和遗传算法-tsp solution to the problem simulated annealing and genetic algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:zhang
  1. main

    0下载:
  2. 《信息智能处理技术》模拟退火技术源代码。-" Intelligent Information Processing Technology" simulated annealing source code.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:wangchao
  1. MCMProjects

    0下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:1355776
    • 提供者:一招鲜
  1. TSP

    0下载:
  2. 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:姚灵灵
  1. SimulatedAnnealing

    0下载:
  2. 该算法是模拟退火的一个简单应用,通过求一个函数的最值问题,可以透彻理解模拟退火的原理!-The simulated annealing algorithm is a simple application of a function by seeking the most value problems, simulated annealing can be a thorough understanding of the principle
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:wingxidian
  1. dframe

    0下载:
  2. 利用模拟退火算法实现有向图最短路径的计算,基本与康立山的参数确定方法相同,只是结束条件改为温度下降到0.2截止。-Simulated annealing algorithm has to map the shortest path calculation, basic and Kang Lishan determine the parameters of the same way, but the conditions to end c
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:闫雪飞
  1. simulated__nnealing_algorithm

    0下载:
  2. Java模拟退火算法,具体说明在doc文件中-Java simulated annealing algorithm, specifying the file in the doc
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:fly
  1. trp

    0下载:
  2. 模拟退火算法,五个城市的TSP问题,有数据,和运行结果
  3. 所属分类:matlab例程

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

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-Simulated annealing algorithm derived from the theory of solid annealing, the solid heat to full high and let it slowl
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:685056
    • 提供者:黎志高
  1. tspmatlab

    0下载:
  2. tsp问题 一些经典的MATLAB程序 模拟退火算法 遗传算法 望高手指几点-tsp
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:liangzhongfa
  1. simulate

    0下载:
  2. 非常简单容易的模拟退火算法源程序,非常适合新手学习使用-Very simple and easy source of simulated annealing algorithm is very suitable for beginners to learn to use
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:潘潘
  1. simulated_annealing_algorithm

    0下载:
  2. 用C++编写的模拟退火算法来求解问题,可以运行,参数可以自己修改-Written in C++, simulated annealing algorithm to solve the problem, you can run, you can make changes to parameters
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:2843648
    • 提供者:吴熊
  1. TSP

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-TSP problems (traveling salesman problem, traveling salesman problem) is common malab simulated annealing source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:陈文迅
  1. monituihuosf

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-Simulated annealing algorithm derived from the theory of solid annealing, the solid heat to full high and let it slowl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:637952
    • 提供者:zql
  1. SATSP

    0下载:
  2. 模拟退火算法解旅行商问题!对于初学智能算法的人会有很大的帮助!-Simulated annealing algorithm for solving the traveling salesman problem! Intelligent algorithm for beginners who would be a great help!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:215040
    • 提供者:xuhaitao
  1. constrains

    0下载:
  2. 牛顿约束及黄金分割法是一种很好的全局寻优算法,利用这种方法可以很好的实现全局寻优,其结果可与遗传算法、模拟退火算法、爬山法等相媲美!-Newton constraints and golden section method is a good global optimization algorithm, using this method can achieve a good global optimization, the resul
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:jakechan
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org