资源列表
模拟退火例子3
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。根据Metropolis准则,粒子在温度T时趋于平衡的概率为e-ΔE/(kT),其中E为温度T时的内能,ΔE为其改变量,k为Boltzmann常数。用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对
0072227109_code
- 关于j2me的midlet事例源码, 能帮助你晋级!-J2ME on the vulnerabilities example source code, can help you cut!
数据结构算法集C++
- 数据结构常用算法,C++语言,对初学者很有帮助-algorithm commonly used data structures, C language, very useful for beginners
温控系统
- 一个温控系统的源代码,输入初始温度和目标温度,实现对温度的控制,最终温度稳定在目标温度上.-a temperature control system source code, the importation of the initial temperature and the temperature, the temperature control, the ultimate temperature stability on the target temperature.
优化作业_惩罚函数法
- 优化方法中的解非线性规划问题的一种方法,惩罚函数法-optimization methods of solving nonlinear programming problem in a way, punishment function
优化作业_碰壁函数法
- 优化方法中的解非线性规划问题的一种方法,碰壁函数法-optimization methods of solving nonlinear programming problem in a way rebuffed function
乘子法
- 优化方法中的解非线性规划问题的一种方法,乘子法-optimization methods of solving nonlinear programming problem in a way Multiplier Method
利用修正单纯形法解线性规划问题
- 优化方法中的解线性规划问题的一种方法,惩单纯形法,很好用的,欢迎大家下载-the optimization method for solving linear programming problems in a way Correctional simplex method, the good and you are welcome to download
自方幂数问题
- matlab,对解决学习中遇到的实际问题会有很大的帮助-Matlab, learning to solve practical problems encountered in will be a big help
优化作业_DFP算法
- 运筹学中的解线性规划问题的一种方法,DFP 算法-tacticians solution of linear programming problems, a method DFP Algorithm
优化作业_Powell
- 运筹学中的解线性规划问题的一种方法,PWELL 算法-tacticians solution of linear programming problems, a method PWELL Algorithm
优化作业_不精确一维搜索
- 运筹学中的解线性规划问题的一种方法,不精确一维搜索算法-tacticians of linear programming solution of a problem, an inexact Victoria Search Algorithm
