-
网上一直没有Harris算法的VC程序
无奈
自己写一个吧
用了两个小时就写好了 非常简陋 大家凑合着看
2005年11月15日...
网上一直没有Harris算法的VC程序
无奈
自己写一个吧
用了两个小时就写好了 非常简陋 大家凑合着看
2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
- 2022-04-11 17:24:10下载
- 积分:1
-
基因算法(GA)
GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可...
基因算法(GA)
GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可能的解的集合被认为是 个体(individuals)组成的 人群(population). 一个个体对它的环境的适应程度由它的 健康度(fitness)表示. -genetic algorithm (GA) GA is a heuristic optimization method (heuristic optimi method. 5), which is established through a random search for the operation. Optimization of the solution may be considered a collection of individuals (individuals) of the crowd (pop ulation). It"s an individual adaptation to the environment by its Health (fitness).
- 2022-08-14 21:53:12下载
- 积分:1
-
完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序
完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序-Complete graph of the Hamilton Circle genetic simulated annealing algorithm matlab source generic
- 2022-01-20 23:57:49下载
- 积分:1
-
本代码用蚁群算法求解带时间窗的车辆路径问题
本代码用蚁群算法求解带时间窗的车辆路径问题-The code with ant colony algorithm with time window of vehicle routing problem
- 2022-05-17 08:30:38下载
- 积分:1
-
这是一个有关于模式识别中的isodata算法的matlab源码。 大家可以看看。有详细注释...
这是一个有关于模式识别中的isodata算法的matlab源码。 大家可以看看。有详细注释-on the isodata pattern recognition algorithm Matlab source. We can look at. Detailed Notes
- 2022-08-25 18:28:06下载
- 积分:1
-
《生物信息学》现在模式识别应用的一个重要方向。希望可以给大家有点作用!...
《生物信息学》现在模式识别应用的一个重要方向。希望可以给大家有点作用!- Bioinformatics is an important direction of pattern recognition applications. Wish to give you a little Role!
- 2022-03-19 21:41:39下载
- 积分:1
-
The realization of a simple simulation of the evolution of flowers. Flower popul...
实现了一个简单的花朵进化的模拟过程。
花朵的种群数量是10,共进化了50代。
-The realization of a simple simulation of the evolution of flowers. Flower populations is 10, a total of 50 on behalf of evolution.
- 2022-02-03 03:10:59下载
- 积分:1
-
模拟退火算法的源代码
可以执行
其中提供了指导说明
模拟退火算法的源代码
可以执行
其中提供了指导说明-Simulated annealing algorithm can be implemented in the source code which provides guidance notes
- 2022-10-20 12:15:03下载
- 积分:1
-
一个很好的bp神经网络预测程序实例,有较好的预测精确性
一个很好的bp神经网络预测程序实例,有较好的预测精确性-Bp a good example of neural network forecasting process, a better prediction accuracy
- 2022-05-13 16:26:23下载
- 积分:1
-
仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录
仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从1000降到0.01,按工作规则更新网络状态 当T=0.01时结束降温,再让T保持在0.01进行1000次状态转移,比较两种概率-a simulation : First of all network parameters temperature T fixed at 100 and, according to the rules for a total of 1000 to update the state, this state of the 1000 network transfer of all states for the number of Si (i = 1, 2, ..., 16) all recorded determined by the formula state-of the actual frequency : Pi = Si/i = 1, NSi = Si/M in accordance with Bo1tzmann distributed computing network of states all probability the theoretical value : Q (Ei) = (1/Z) exp (- Ei/T) Simulation 2 : implementation of cooling, re-using rapid cooling programs : T (t) = T0/(1 t) T dropped to 0.01 from 1000 and, according to the rules updated network state when T = 0.01 at the end of cooling, let T at 0.01 for the 1000 state tran
- 2022-08-06 06:55:50下载
- 积分:1