资源简介
本压缩包为Matlab遗传算法源程序详解,内含多个遗传算法源程序
代码片段和文件信息
function [child] = adjswapmutation(parboundsgenInfoOps)
% Adjswap mutation performs a swap of two adjacent
% genes in a permutation
%
% function [newSol] = adjswapmutation(parentboundsOps)
% parent - the first parent ( [solution string function value] )
% bounds - the bounds matrix for the solution space
% Ops - Options for binaryMutation [gen prob_of_mutation]
% 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 program is distributed in the hope that it will be useful
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details. A copy of the GNU
% General Public License can be obtained from the
% Free Software Foundation Inc. 675 Mass Ave Cambridge MA 02139 USA.
sz = size(par2)-1;
pos = round(rand*(sz-1) + 0.5); %Generate U(1n-1)
child = par;
child(pos:pos+1)=[par(pos+1) par(pos)];
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1419 1998-04-14 13:26 Matlab遗传算法源程序详解\adjswapMutation.m
文件 1487 1998-04-15 08:46 Matlab遗传算法源程序详解\arithXover.m
文件 1495 1998-04-14 13:26 Matlab遗传算法源程序详解\b2f.m
文件 2080 1998-04-14 13:26 Matlab遗传算法源程序详解\binaryExample.m
文件 1504 1998-04-15 08:48 Matlab遗传算法源程序详解\binaryMutation.m
文件 1639 1998-04-14 13:26 Matlab遗传算法源程序详解\boundaryMutation.m
文件 1382 1998-04-14 13:26 Matlab遗传算法源程序详解\calcbits.m
文件 4761 1998-04-17 09:46 Matlab遗传算法源程序详解\Contents.m
文件 1451 1998-04-14 13:26 Matlab遗传算法源程序详解\coranaEval.m
文件 1538 1998-04-14 13:26 Matlab遗传算法源程序详解\coranaFeval.m
文件 1222 1998-04-14 13:26 Matlab遗传算法源程序详解\coranaMin.m
文件 1654 1998-04-14 13:26 Matlab遗传算法源程序详解\cyclicXover.m
文件 1471 1998-04-14 13:26 Matlab遗传算法源程序详解\delta.m
文件 6837 1998-04-28 08:17 Matlab遗传算法源程序详解\dists.m
文件 1586 1998-04-14 13:26 Matlab遗传算法源程序详解\EER.m
文件 2348 1998-04-14 13:26 Matlab遗传算法源程序详解\enhancederXover.m
文件 2118 1998-04-14 13:26 Matlab遗传算法源程序详解\erXover.m
文件 205 2006-03-06 10:46 Matlab遗传算法源程序详解\EVFUN1.m
文件 1501 1998-04-14 13:26 Matlab遗传算法源程序详解\f2b.m
文件 2322 1998-04-14 13:26 Matlab遗传算法源程序详解\floatExample.m
文件 2137 1998-04-14 13:26 Matlab遗传算法源程序详解\floatGradExample.m
文件 10805 1998-04-14 13:26 Matlab遗传算法源程序详解\ga.m
文件 4213 1998-04-14 13:26 Matlab遗传算法源程序详解\gademo.m
文件 3887 1998-04-14 13:26 Matlab遗传算法源程序详解\gademo1.m
文件 1275 1998-04-14 13:26 Matlab遗传算法源程序详解\gademo1eval1.m
文件 2840 1998-09-08 09:17 Matlab遗传算法源程序详解\gademo2.m
文件 6262 1998-04-14 13:26 Matlab遗传算法源程序详解\gademo3.m
文件 193 1998-04-14 13:26 Matlab遗传算法源程序详解\gaMichEval.m
文件 132728 1998-09-08 09:28 Matlab遗传算法源程序详解\gaotv5.ps
文件 174 1998-04-14 13:26 Matlab遗传算法源程序详解\gaZBGrad.m
............此处省略34个文件信息
相关资源
- MATLAB批量读取NC数据并计算年平均
- SOM matlab toolbox 使用文档
- 六自由度机械臂正逆运动Matlab仿真
- CT图像处理三维体绘制简单的GUI
- 基于MATLAB的QPSK调制.zip
- 基于matlab的数字图像分割技术研究及
- 纠错编码原理及MATLAB实现刘爱莲习题
- 基于Matlab的BP神经网络在大气污染预报
- 推荐_在matlab7.4基础上实现恒虚警检测
- LDPC码MATLAB仿真实现
- matlab提取圆形
- 最小二乘的递推算法(Matlab)
- D-S证据理论 MATLAB完整代码
- matlabPFC仿真模型
- matlab近似处理电力系统潮流追踪Powe
- 粒子群优化的极限学习机matlab源代码
- 粒子群算法MATLAB仿真
- 图像中提取圆环的matlab代码
- matlab 实现Gabor滤波器
- 亚像素边缘提取MATLAB码
- matlab批量打开NC文件_批量转tif
- matlab计算反射阵单元相位(460652).
- 基于Matlab的主动轮廓分割资料.txt
- 基于Matlab的UR5六轴机器人数值解法与
- 非线性调频matlab仿真
- 手写体数字的精准识别matlab版
- 生成节点导纳矩阵matlab
- my_CLPSO.m
- 三相逆变器MATLAB仿真
- MATLAB雅克比迭代法Jacobi method和高斯
评论
共有 条评论