资源简介

采用matlab编写micell积分的程序计算wigley船型兴波阻力

资源截图

代码片段和文件信息

clc;
clear;
lb=[-100;-100;-100;-100;-100;-100
    -100;-100;-100;-100;-100;-100
    -100;-100;-100;-100;-100;-100];
ub=[100;100;100;100;100;100
    100;100;100;100;100;100
    100;100;100;100;100;100];
   opts = gaoptimset(‘StallGenLimit‘50‘EliteCount‘ 17‘TolFun‘1e-7‘PopulationSize‘50...
    ‘Generations‘20‘PlotFcns‘{@gaplotbestfun@gaplotbestf@gaplotmaxconstr}‘Display‘‘iter‘);

[hcw1] = ga(@NEWMICELL18[][][][]lbub@micell_constrainopts);


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

     文件       3312  2017-01-12 22:26  NEWMICELL.m

     文件       3816  2017-01-12 22:23  micell_constrain.m

     文件        480  2017-01-12 22:28  ga_wigley.m

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

                 7608                    3


评论

共有 条评论