资源简介

有关 pso GA IA 的matlab 优化程序

资源截图

代码片段和文件信息

%CSA
function [xyfxvfxvmfitPvpm] = csa(Pgennpmper);

%
% Msc Thesis
% Rentian Huang
% January 2007.
% Immune Algorithm - CSA
% Operations: Hypermutation Editing Selection
% Each clone has size proportional to its affinity

% function [xyfxvfxvmfitP] = imalg3d(Pgennpmper);
% xyfx  -> f(xy) is the maximal value of the function
% vfx -> vector of best fitness of population through generations
% vmfit -> vector of mean fitness of population through generations
% P     -> population of size N x 2.L
% gen   -> generation number
% n     -> number of clones
% pm    -> hypermutation probability
% per   -> percentile of the population to suffer random reshuffle

% T     -> temporary population


if nargin == 1
   % gen = 200; n = round(size(P

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3945  2007-09-19 08:59  Chapter 4\GA and CSA\csa.asv

     文件       3963  2009-05-06 23:08  Chapter 4\GA and CSA\csa.m

     文件        520  2009-05-06 23:09  Chapter 4\GA and CSA\data.mat

     文件        240  2007-09-19 08:59  Chapter 4\GA and CSA\decode.m

     文件        237  2007-09-19 08:59  Chapter 4\GA and CSA\fig.m

     文件       3039  2007-09-19 08:59  Chapter 4\GA and CSA\ga.m

     文件        343  2007-09-19 08:59  Chapter 4\GA and CSA\imprime.m

     文件        108  2007-09-19 08:59  Chapter 4\GA and CSA\imprint.m

     文件        378  2007-09-19 08:59  Chapter 4\GA and CSA\initpop.m

     文件       2232  2007-09-19 08:59  Chapter 4\GA and CSA\num8_12x10.mat

     文件        246  2007-09-19 08:59  Chapter 4\GA and CSA\pmcont.m

     文件        442  2007-09-19 08:59  Chapter 4\GA and CSA\reprod.m

     文件        738  2007-09-19 08:59  Chapter 4\GA and CSA\test.m

     文件       6226  2007-09-19 08:59  Chapter 4\PSO\pso.m

     目录          0  2009-05-06 23:08  Chapter 4\GA and CSA

     目录          0  2008-04-29 08:15  Chapter 4\PSO

     目录          0  2008-04-29 08:15  Chapter 4

     文件        183  2009-02-02 09:47  Matlab中文论坛--助努力的人完成毕业设计.url

     文件       3543  2009-02-01 16:19  使用帮助:新手必看.htm

----------- ---------  ---------- -----  ----

                26383                    19


评论

共有 条评论