搜索资源列表
AGA.rar
- 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.,Paul used the choice of excel
GABPMATLAB
- 利用遗传算法优化BP神经网络权值和阈值,然后进行训练,利用训练好的模型进行预估。附实例-The use of genetic algorithm to optimize BP neural network weights and thresholds, and then training, training a good use of forecast models. Attached examples
123
- 在VB上采用改进的阈值法检测心电高频向量,即其中的切迹和扭结,本算法在vb上显示心电波形并且提取高频分量,实现了自动检测切迹和扭结的数量。-In VB using the threshold method to improve ECG detection of high-frequency vector, that is one notch and the kink, the algorithm in vb display ECG waveforms and extraction of hig
金属表面划痕检测
- 这是一个金属表面划痕检测的程序,编程语言为C,基于阈值分析算法,可以用来检测金属划痕,撞伤(This is a metal surface scratch detection procedures, programming language for C, based on threshold analysis algorithm, can be used to detect metal scratches, bruises)