-
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
- 2022-08-26 01:32:21下载
- 积分:1
-
Fisher判别,用于模式识别的Fisher线性判别
Fisher判别,用于模式识别的Fisher线性判别-Fisher Discriminant for pattern recognition Fisher Linear Discriminant
- 2022-07-16 07:10:59下载
- 积分:1
-
BP小波神经网络快速学习算法研究and
小波神经网络程序
BP小波神经网络快速学习算法研究and
小波神经网络程序-BP wavelet neural network learning algorithm for rapid research and wavelet neural network procedures
- 2022-12-01 03:50:04下载
- 积分:1
-
人工智能课程中关于产生式系统部分上机实验的源代码,有很大参考价值。...
人工智能课程中关于产生式系统部分上机实验的源代码,有很大参考价值。-No
- 2022-03-30 00:12:31下载
- 积分:1
-
SOM算法,matlab程序,是经典的教科书的例子程序
SOM算法,matlab程序,是经典的教科书的例子程序-SOM algorithm, Matlab procedures, are classic textbook example of procedures
- 2022-06-17 18:19:20下载
- 积分:1
-
神经网络的开发包,采用c++编写的,使网络资源,大家共享
神经网络的开发包,采用c++编写的,使网络资源,大家共享-neural network development kits, prepared by the use of c, network resources and share
- 2022-02-05 17:48:40下载
- 积分:1
-
本程序用于训练RBF神经网络权值的量子粒子群优化…
此程序为训练RBF网权值的量子粒子群优化算法,供各位参考-this program for training RBF net weights Quantum Particle Swarm Optimization Algorithm for reference
- 2022-01-25 17:23:12下载
- 积分:1
-
用于求解TSP的蚁群算法,C 语言 已经运行过
用于求解TSP的蚁群算法,C 语言 已经运行过-Basic Ant Colony Algorithm for TSP
- 2023-02-07 23:20:03下载
- 积分:1
-
这个是做自动控制的小车的代码,这里有一些模块的程序,可以参考。
这个是做自动控制的小车的代码,这里有一些模块的程序,可以参考。-This is the automatic control of the car to do the code, here are some program modules, you can reference.
- 2022-03-01 14:10:23下载
- 积分:1
-
这是IBM公司使用的一个生成数据流的源文件代码,对需要生成数据流做实验的朋友很有帮助。...
这是IBM公司使用的一个生成数据流的源文件代码,对需要生成数据流做实验的朋友很有帮助。-This is IBM" s use of a data stream generated source file code, on the need to generate data flow experiment" s friends helpful.
- 2022-01-26 04:10:48下载
- 积分:1