-
神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序
神经网络学习二维非线性函数 ,多维非线性辨识的MATLAB程序-neural network learning 2D nonlinear function, multi-dimensional nonlinear identification procedures MATLAB
- 2022-02-01 12:28:29下载
- 积分:1
-
用C++实现遗传算法求解TSP问题.txt
用C++实现遗传算法求解TSP问题.txt-C++ for TSP
- 2022-03-10 14:41:27下载
- 积分:1
-
模拟退火算法 模拟退火算法(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
-
遗传算法源程序,供研究设计使用,希望对你有帮助
遗传算法源程序,供研究设计使用,希望对你有帮助-Genetic algorithm source code for the study design to use, want to help you
- 2022-03-17 15:09:46下载
- 积分:1
-
基于遗传算法和神经网络的外星人游戏的vc++实现的程序
基于遗传算法和神经网络的外星人游戏的vc++实现的程序-based on genetic algorithms and neural networks alien game vc++ procedures
- 2022-03-24 19:02:02下载
- 积分:1
-
This is the implementation of Apriori Algorithm used in Data Warehouse and Data...
这是关于数据仓库与数据挖掘的Apriori算法的实现程序,基于关系型数据库的。-This is the implementation of Apriori Algorithm used in Data Warehouse and Data Mining filed, based on the Relation Database.
- 2022-04-13 16:10:17下载
- 积分:1
-
模拟退火算法,经典的图着色图的源程序
模拟退火算法求解经典图论中的图着色问题的源程序-simulated annealing algorithm classic graph coloring map of the source
- 2022-01-26 05:17:11下载
- 积分:1
-
企业数字神经网络功能开发文章,能进行BP等神经网络的设计
企业数字神经网络功能开发文章,能进行BP等神经网络的设计-enterprise digital neural network function development articles, BP will carry out other neural network design
- 2022-09-06 16:45:02下载
- 积分:1
-
RBF神经网络用于函数拟合平台
% RBF 神经网络用于函数拟合
% 使用平台 - Matlab6.5- RBF neural network used for function fitting platform- Matlab6.5
- 2022-06-21 01:04:32下载
- 积分:1
-
一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。
sag_sag.c...
一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。
sag_sag.c-a basic function of genetic algorithms for maximum procedures, the Vc running good results, a detailed source notes, can be used as a template. Sag_sag.c
- 2022-02-06 17:34:35下载
- 积分:1