-
模拟退火算法 模拟退火算法(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
-
人脸识别:利用奇异值分解和KL变换的投影,是很有价值的一篇文章...
人脸识别:利用奇异值分解和KL变换的投影,是很有价值的一篇文章-Face Recognition : The Singular Value Decomposition and KL transform projection, it is valuable to an article
- 2022-02-13 20:51:35下载
- 积分:1
-
神经网络工具箱
串口服务器KEIL C51原代码,单片机采用STC89C58RD+,网络控制器采用RTL8019,经过三层交换机测试,可以直接应用在产品,串口波特率576-KEIL C51 serial server source code, microcontroller used STC89C58RD+, Network controller using RTL8019, after a three-switch testing, can be directly applied to products, serial baud rate 576
- 2022-07-07 15:02:44下载
- 积分:1
-
This a SVM light for those who want to learn how Support Vector Machine work
This a SVM light for those who want to learn how Support Vector Machine work-This is a SVM light for those who want to learn how Support Vector Machine work
- 2022-02-05 06:20:32下载
- 积分:1
-
八数码问题用A*算法实现 VC++6.0实现的八数码问题
八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
- 2022-05-24 16:14:54下载
- 积分:1
-
用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。...
用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。-Genetic Algorithm for TSP with the problem. . . matlab prepared, together with the coordinates with the city for inspection.
- 2022-03-22 04:41:16下载
- 积分:1
-
图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。...
图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritten numeral recognition.
- 2022-08-19 15:39:13下载
- 积分:1
-
genetic optimization neural network software in WIN98/95 environment can run
遗传优化神经网络软件
需要在WIN98/95环境下能运行-genetic optimization neural network software in WIN98/95 environment can run
- 2022-09-19 05:55:02下载
- 积分:1
-
BP算法C++的BP算法源程序 BP算法C++的BP算法源程序
BP算法C++的BP算法源程序 BP算法C++的BP算法源程序 -BP algorithm C BP algorithm source algorithm C BP BP algorithm source code
- 2023-04-28 20:35:03下载
- 积分:1
-
一个用C编写的实现BP神经网络的源程序,希望大家用得上
一个用C编写的实现BP神经网络的源程序,希望大家用得上-C prepared by a BP neural network to achieve the source, I hope everyone useful
- 2023-09-02 03:20:03下载
- 积分:1