搜索资源列表
模拟退火例子2
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组
模拟退火例子3
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组
一些解决TSP问题的算法及源代码模拟退火算法
- 一些模拟退火算法及元代码,可以用于解决TSP问题的等,我已经验证过了 可以的,速度比较快,大家可以下载试试! -some simulated annealing yuan and the code can be used to solve problems such as TSP, I can be tested, and faster speed, you can download a try!
模拟银行
- 操作系统的模拟实验,模拟银行,用来代表进程的高度-operating system simulation, simulation banks, used to represent the height of the process
mnth
- 模拟退火的源程序,matlab编写,多次试用成功-simulated annealing of the source, Matlab prepared several successful trial
molidianlu
- 介绍了关于硬件电子设备中的模拟电路的版块内容,对于硬件方面感兴趣的朋友,推荐-introduced hardware, electronic equipment on the front-page of the analog circuit elements, hardware interested friends, Suggest
PianoEx_v1.1S_CXV
- 模拟钢琴源代码,个人感觉不错,自己可以尝试往上面添加歌词-Piano simulation source code, personal feeling good, and they would try to add to the above lyrics
javaOSmemory
- 模拟操作系统内存管理,可分配,撤消进程 ,动态显示内存占用情况-simulation operating system memory management, distribution, the withdrawal process, dynamic display memory occupied
FileSystme
- 模拟文件系统,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。-Simulation of the file system, including the detailed design report (design requirements, design concepts, data structure design, entity-relationship diagram, data
xindaomoni
- 利用matlab程序对正交频分复用中的信道进行了模拟-Matlab program to use orthogonal frequency division multiplexing in the channel to simulate
five_file
- hws01:野人和传教士问题 hws02:用Romberg外推法求积分近似值 hws03:八数码问题 hws04:模拟退火算法 hws05:遗传算法解决旅行商问题-hws01: Savage and missionary issues hws02: using Romberg extrapolation method for integral approximation hws03: 8 digital issues h
OFDM_SIM
- 用MATLAB实现正交频分复用(OFDM)信道的模拟-Using MATLAB to achieve orthogonal frequency division multiplexing (OFDM) channel simulation
matlab
- 本文章是关于正交频分复用信道模拟仿真的,文章介绍了整个设计的方案和流程-This article is about the orthogonal frequency division multiplexing channel simulation, the article describes the program and the whole design flow
sdCARDOPER
- sd卡底层的操作子程序,包括硬件SPI实现的读写子程序以及软件模拟SPI的读写子程序-sd card underlying the operation of subroutines, including hardware SPI realize the read and write subroutines, and software simulation of the read and write SPI subroutine
tsp
- TSP算法实例,模拟退火算法 货郎担问题的求解-Examples of TSP algorithm, simulated annealing algorithm郎goods tam problem solving
yzgjdycth
- 智能优化方法 对遗传算法和模拟退火算法的一种综合和改进,提高了算法的求解精度。-Intelligent optimization method of genetic algorithms and simulated annealing algorithm in an integrated and improved, and improve the algorithm accuracy.
vc_keyboard
- 用vc++编写的虚拟键盘程序。在VC环境下可以看到,有助于开发模拟-With vc++ Prepared virtual keyboard program. In the VC environment can see that will help the development of simulation
TSP
- 模拟退火算法解决TSP问题,可视化的输入和输出,结果准确。-Simulated annealing algorithm to solve TSP problems, visual input and output, accurate and reliable.
philosopher
- 模拟“五个哲学家”问题该实验的要点是,解决并发环境下,多进程之间的同步与互斥问题。进程间的同步互斥必然涉及进程间的通信(信息交换)。-Simulation of the " five philosophers" problem of the main points of the experiment, the solution to complicated circumstances, between the mult
TSP
- 经典的人工智能问题求解,附有遗传算法和模拟退火算法,以及调试过程-Classical artificial intelligence problem solving, with a genetic algorithm and simulated annealing algorithm, as well as the debugging process