资源简介

一种改进的粒子群优化算法求解约束优化复杂问题

资源截图

代码片段和文件信息

function [fit] = fitness(x1 x2 x3 x4 x5 x6 x7itera)
g1      =      gcon1(x1 x2 x3)-1;
g2      =      gcon2(x1 x2 x3)-1;
g3      =      gcon3(x2 x3 x4 x6)-1;
g4      =      gcon4(x2 x3 x5 x7)-1;
g5      =      gcon5(x2 x3 x4 x6)-1;
g6      =      gcon6(x2 x3 x5 x7)-1;
g7      =      gcon7(x2 x4)-1;
g8      =      gcon8(x1 x2)-1;
g9      =      gcon9(x1 x2)-1;
g10     =      gcon10(x4 x6)-1;
g11     =      gcon11(x5 x7)-1;

Npop = 25;
fit = zeros(Npop1);

for k = 1: Npop
%    for j = 1:11
%        eval([‘q‘ int2str(j) ‘=max(1g‘ int2str(j) ‘(k));‘]);
%        eval([‘gamma‘ int2str(j) ‘= 1;‘]);
%        eval([‘if q‘ int2str(j) ‘<  1.001‘...
%                  ‘theta‘ int2str(j) ‘ = 10;‘...
%              ‘elseif q‘ int2str(j) ‘>=1.001 & q‘ in

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

     文件       4778  2007-08-21 13:01  IPSO FOR FUNCTION\constrainpso.txt

     文件       6815  2008-07-30 20:52  IPSO FOR FUNCTION\fitness.asv

     文件       6841  2008-07-30 23:26  IPSO FOR FUNCTION\fitness.m

     文件         92  2008-07-26 19:11  IPSO FOR FUNCTION\gcon1.m

     文件         81  2008-07-26 19:26  IPSO FOR FUNCTION\gcon10.m

     文件         82  2008-07-26 19:27  IPSO FOR FUNCTION\gcon11.m

     文件         80  2008-07-26 19:10  IPSO FOR FUNCTION\gcon2.asv

     文件        103  2008-07-26 19:10  IPSO FOR FUNCTION\gcon2.m

     文件        104  2008-07-26 19:05  IPSO FOR FUNCTION\gcon3.asv

     文件        115  2008-07-26 19:12  IPSO FOR FUNCTION\gcon3.m

     文件        110  2008-07-26 19:13  IPSO FOR FUNCTION\gcon4.m

     文件        134  2008-07-26 19:17  IPSO FOR FUNCTION\gcon5.m

     文件        134  2008-07-26 19:19  IPSO FOR FUNCTION\gcon6.m

     文件         71  2008-07-26 19:20  IPSO FOR FUNCTION\gcon7.m

     文件         70  2008-07-26 19:22  IPSO FOR FUNCTION\gcon8.m

     文件         62  2008-07-26 19:24  IPSO FOR FUNCTION\gcon9.m

     文件        364  2008-07-27 22:54  IPSO FOR FUNCTION\opti.m

     文件       7593  2008-07-30 22:22  IPSO FOR FUNCTION\PSO.asv

     文件       7595  2008-07-30 23:27  IPSO FOR FUNCTION\PSO.m

     文件      40180  2008-07-26 23:18  IPSO FOR FUNCTION\untitled.jpg

     文件      31556  2008-07-27 14:35  IPSO FOR FUNCTION\untitled1.jpg

     文件      42320  2008-07-30 22:28  IPSO FOR FUNCTION\untitled10.jpg

     文件      22632  2008-07-27 22:23  IPSO FOR FUNCTION\untitled2.jpg

     文件      36442  2008-07-27 22:34  IPSO FOR FUNCTION\untitled3.jpg

     文件      37053  2008-07-27 23:05  IPSO FOR FUNCTION\untitled4.jpg

     文件      38873  2008-07-30 21:10  IPSO FOR FUNCTION\untitled6.jpg

     文件      37519  2008-07-30 21:29  IPSO FOR FUNCTION\untitled7.jpg

     文件      21661  2008-07-30 22:00  IPSO FOR FUNCTION\untitled8.jpg

     文件      32665  2008-07-30 22:08  IPSO FOR FUNCTION\untitled9.jpg

     文件      19968  2009-11-02 17:26  IPSO FOR FUNCTION\求解约束优化问题的改进粒子群优化算法.doc

............此处省略5个文件信息

评论

共有 条评论