资源简介
这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序
代码片段和文件信息
function [c1c2] = arithXover(p1p2boundsOps)
% Arith crossover takes two parents P1P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1c2] = arithXover(p1p2boundsOps)
% p1 - the first parent ( [solution string function value] )
% p2 - the second parent ( [solution string function value] )
% bounds - the bounds matrix for the solution space
% Ops - Options matrix for arith crossover [gen #ArithXovers]
% Binary and Real-Valued Simulation Evolution for Matlab
% Copyright (C) 1996 C.R. Houck J.A. Joines M.G. Kay
%
% C.R. Houck J.Joines and M.Kay. A genetic algorithm for function
% optimization: A Matlab implementation. ACM Transactions on Mathmatical
% Software Submitted 1996.
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 1 or (at your option)
% any later version.
%
% This pr
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1487 1998-04-15 08:46 GA优化BP权阈值\arithXover.m
文件 1471 1998-04-14 13:26 GA优化BP权阈值\delta.m
文件 10805 1998-04-14 13:26 GA优化BP权阈值\ga.m
文件 323 2009-07-16 19:48 GA优化BP权阈值\gabpEval.m
文件 783 2009-11-11 14:51 GA优化BP权阈值\gadecod.m
文件 962 2009-11-03 10:13 GA优化BP权阈值\gafault.m
文件 1550 2009-07-16 19:06 GA优化BP权阈值\ga函数说明.txt
文件 3417 2009-07-07 10:01 GA优化BP权阈值\initializega.m
文件 1345 1998-04-14 13:26 GA优化BP权阈值\maxGenTerm.m
文件 1318 2009-11-13 16:49 GA优化BP权阈值\Mytest.asv
文件 1238 2009-11-13 17:02 GA优化BP权阈值\Mytest.m
文件 620 2009-11-03 10:12 GA优化BP权阈值\nninit.m
文件 2190 1998-04-15 08:52 GA优化BP权阈值\nonUnifMutation.m
文件 2308 1998-04-14 13:26 GA优化BP权阈值\normGeomSelect.m
文件 1459 1998-04-14 13:26 GA优化BP权阈值\parse.m
文件 6256 2009-11-11 15:24 GA优化BP权阈值\qwe.mat
文件 11892 2009-11-02 11:11 GA优化BP权阈值\tzk.mat
目录 0 2009-11-11 15:12 GA优化BP权阈值
----------- --------- ---------- ----- ----
49424 18
- 上一篇:交通流元胞自动机matlab仿真代码
- 下一篇:LFM脉冲压缩MATLAB程序
相关资源
- zw_MATLAB应用精讲:图像处理与GUI设计
- MATLAB控制系统仿真与详解 夏玮
- matlab神经网络30例电子书+源代码
- Matlab图像处理-图像去噪边缘增强
- EEG脑电处理matlab工具包-eeglab
- 《卡尔曼滤波原理及应用-MATLAB仿真》
- 贝叶斯抠图算法matlab实现
- 基于BP神经网络的验证码识别matlab
- 杜勇-数字通信同步技术的MATLAB与FPG
- 数值分析及其Matlab实现
- DSP程序开发:MATLAB调试及直接目标代
- MATLAB优化算法案例分析与应用进阶篇
- DPM算法实现:voc-release5(Win7+matlab20
- 基于稀疏表示和正则化的图像超分辨
- 0积分 系统辨识与自适应控制MATLAB仿真
- 图像处理matlab道路小车跟踪
- 全面详解LTE MATLAB建模、仿真与实现
- adaboost 的matlab代码
- 《信号与系统》MATLAB教程.pdf
- 卷积神经网络完成程序matlab.zip
- matlab图像检索
- 卷积神经网络经典代码
- 现代通信系统第二版MATLAB版) 包括全
- 卡尔曼滤波 Matlab程序
- 稀疏编码matlab 教程
- 系统辨识资料大全(matlab系统辨识工
- 化学计量学方法及MATLAB实现
- MATLAB Neural Network Toolbox官方教程
- Inverse Synthetic Aperture Radar Imaging with
- matlab GUI设计
评论
共有 条评论