资源简介
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)];
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2008-05-26 18:54 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\
目录 0 2006-04-24 10:42 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\
文件 4761 1998-04-17 09:46 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\Contents.m
文件 1586 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\EER.m
文件 205 2006-03-06 10:46 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\EVFUN1.m
文件 1110 1998-04-17 08:59 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\README
文件 1419 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\adjswapMutation.m
文件 1487 1998-04-15 08:46 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\arithXover.m
文件 1495 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\b2f.m
文件 2080 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\binaryExample.m
文件 1504 1998-04-15 08:48 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\binaryMutation.m
文件 1639 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\boundaryMutation.m
文件 1382 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\calcbits.m
文件 1451 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\coranaEval.m
文件 1538 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\coranaFeval.m
文件 1222 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\coranaMin.m
文件 1654 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\cyclicXover.m
文件 1471 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\delta.m
文件 6837 1998-04-28 08:17 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\dists.m
文件 2348 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\enhancederXover.m
文件 2118 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\erXover.m
文件 1501 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\f2b.m
文件 2322 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\floatExample.m
文件 2137 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\floatGradExample.m
文件 10805 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\ga.m
文件 193 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\gaMichEval.m
文件 174 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\gaZBGrad.m
文件 684 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\gaZBGradEval.m
文件 4213 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\gademo.m
文件 3887 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\gademo1.m
文件 1275 1998-04-14 13:26 MATLAB7.1的关于遗传算法的所有源程序祥解[matlab]\gaot-7\gademo1eval1.m
............此处省略31个文件信息
相关资源
- Matlab的m文件,完成1024点FFT
- 单层感知器Matlab代码-或运算
- NSGA-II多目标优化算法matlab程序
- spea2的matlab实现。
-
直接转矩控制 simuli
nk仿真 - MATLAB 非均匀B样条控制顶点反算
- 基于权重改进的PSO
- 车辆路径问题的matlab算法
- 产生各种LPI雷达信号
- Matlab粗配准代码和图片
- 基于matlab的D2D 功率控制仿真
- SPWM变频调速
- 永磁同步电机直接转矩控制
- 曲面拟合MATLAB代码
- 时间频域内的等级路面不平度含有上
- 单轮路面时域图的显示程序MATLAB
- 积分白噪声MATLAB
- 三角级数法路面时域模型MATLAB
- 混沌复洛伦兹系统反同步MATLAB实现
- 排队系统与建模-matlab
- 压缩感知somp代码
- 马尔科夫链matlab可运行
- 马尔科夫链Matlab程序
- matlab一百个仿真
- matlab等距线扫描多边形程序实现
- MATLAB-pca-kmeans+画椭圆分类程序
- pointgrey相机初始化MATLAB代码
- 图像处理的matlab程序
- matlab语音信号处理282587
- 用matlab实现基于DCT域的鲁棒水印
评论
共有 条评论