当前位置: 首页 > news >正文

房产汽车网站模板泰康人寿保险官方网站

房产汽车网站模板,泰康人寿保险官方网站,python个人网站开发,zencart网站时间问题一、CEC2022测试函数 CEC2022测试集共有12个单目标测试函数#xff0c;每个测试函数可选择的维度分别为10维、20维。该测试集合也是目前高质量论文应用最广泛的测试集#xff0c;CEC2022测试集函数复杂#xff0c;非常具有挑战力。 CEC2022测试函数与理论最优值 二、多种智…一、CEC2022测试函数   CEC2022测试集共有12个单目标测试函数每个测试函数可选择的维度分别为10维、20维。该测试集合也是目前高质量论文应用最广泛的测试集CEC2022测试集函数复杂非常具有挑战力。 CEC2022测试函数与理论最优值 二、多种智能优化算法求解CEC2022 2.1  本文参与求解CEC2022的智能优化算法 本文选取一些经典的智能优化算法参与测试CEC2022测试函数具体有沙丘猫优化算法(SCSO)、蜣螂优化算法(DBO)、算术优化算法(AOA)、黏菌算法(SMA)、人工大猩猩部队优化算法(GTO、蛇优化算法(SO)、非洲秃鹫优化算法(AVOA)以及灰狼算法(GWO)、鲸鱼算法(WOA)、引力搜索算法(GSA)。种群规模设为50、最大迭代次数为500。 2.2 部分测试函数运行结果与收敛曲线 F2: The best optimal values of the objective funciton found by GSA is : 474.5299 The best optimal values of the objective funciton found by GWO is : 411.197 The best optimal values of the objective funciton found by WOA is : 416.4015 The best optimal values of the objective funciton found by AVOA is : 400.0163 The best optimal values of the objective funciton found by GTO is : 404.0752 The best optimal values of the objective funciton found by DBO is : 408.9161 The best optimal values of the objective funciton found by SO is : 407.3562 The best optimal values of the objective funciton found by SMA is : 407.083 The best optimal values of the objective funciton found by AOA is : 1154.5349 The best optimal values of the objective funciton found by SCSO is : 423.5253 F5: The best optimal values of the objective funciton found by GSA is : 1006.2953 The best optimal values of the objective funciton found by GWO is : 900.1918 The best optimal values of the objective funciton found by WOA is : 3903.9517 The best optimal values of the objective funciton found by AVOA is : 953.213 The best optimal values of the objective funciton found by GTO is : 918.2926 The best optimal values of the objective funciton found by DBO is : 967.949 The best optimal values of the objective funciton found by SO is : 903.3099 The best optimal values of the objective funciton found by SMA is : 900.6152 The best optimal values of the objective funciton found by AOA is : 1378.7241 The best optimal values of the objective funciton found by SCSO is : 1437.0716 F8: The best optimal values of the objective funciton found by GSA is : 2253.7266 The best optimal values of the objective funciton found by GWO is : 2225.0024 The best optimal values of the objective funciton found by WOA is : 2231.3405 The best optimal values of the objective funciton found by AVOA is : 2225.3089 The best optimal values of the objective funciton found by GTO is : 2204.8334 The best optimal values of the objective funciton found by DBO is : 2224.6929 The best optimal values of the objective funciton found by SO is : 2222.9351 The best optimal values of the objective funciton found by SMA is : 2220.9324 The best optimal values of the objective funciton found by AOA is : 2445.8039 The best optimal values of the objective funciton found by SCSO is : 2216.7517 F10 The best optimal values of the objective funciton found by GSA is : 2636.9688 The best optimal values of the objective funciton found by GWO is : 2500.2949 The best optimal values of the objective funciton found by WOA is : 2500.6209 The best optimal values of the objective funciton found by AVOA is : 2500.4701 The best optimal values of the objective funciton found by GTO is : 2500.4813 The best optimal values of the objective funciton found by DBO is : 2500.5967 The best optimal values of the objective funciton found by SO is : 2500.351 The best optimal values of the objective funciton found by SMA is : 2500.5584 The best optimal values of the objective funciton found by AOA is : 2708.7742 The best optimal values of the objective funciton found by SCSO is : 2630.1491 F12: The best optimal values of the objective funciton found by GSA is : 3026.5742 The best optimal values of the objective funciton found by GWO is : 2872.1718 The best optimal values of the objective funciton found by WOA is : 2911.8117 The best optimal values of the objective funciton found by AVOA is : 2865.403 The best optimal values of the objective funciton found by GTO is : 2863.4948 The best optimal values of the objective funciton found by DBO is : 2864.956 The best optimal values of the objective funciton found by SO is : 2865.3162 The best optimal values of the objective funciton found by SMA is : 2863.4012 The best optimal values of the objective funciton found by AOA is : 3035.8413 The best optimal values of the objective funciton found by SCSO is : 2868.6205  三、带标记收敛曲线代码(获得代码后可自行更改 figure maker_index1:15:500; semilogy(curve_compare(1,:),k-*,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(2,:),k-o,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(3,:),b-,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(4,:),k-s,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(5,:),k-d,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(6,:),k-p,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(7,:),r-p,MarkerIndices,maker_index,LineWidth,1) hold on semilogy(curve_compare(8,:),b-p,MarkerIndices,maker_index,LineWidth,1) xlabel(迭代次数); ylabel(目标函数值); grid on box on 需要代码请私信博主
http://www.zqtcl.cn/news/666527/

相关文章:

  • 设计师家园官网wordpress 4.9 优化
  • 主机屋空间安装织梦后台程序后怎么弄成淘宝客网站襄阳网站制作
  • 怎么建设分销模式手机网站宜昌做网站的公司
  • 网上商城网站设计网页设计作业欣赏
  • 育才网站建设网站访问慢原因
  • 网站建设方案 备案品牌网站推广软件
  • 桓台县建设局网站前端开发入门培训
  • 前端怎么在猪八戒网站接单做烟台网站开发技术
  • 济南烨铭网站建设做英文网站2014
  • 哪个餐饮店微网站做的有特色3d动画制作收费标准
  • h5旅游网站开发wordpress的站点地址如何配置
  • 网站正在维护中 模板招远网站建设
  • 福田欧曼银河报价seo文章是什么
  • 古云网站建设模具培训网站建设
  • 帮助企业做网站的销售卫浴洁具公司网站模板
  • 解释seo网站推广网站域名和空间费用
  • 深圳市珠宝网站建设手机网站框架
  • 晋城推广型网站开发dw做网站模板
  • 万网一个ip建立多个网站网页设计注册页面代码
  • 网站建设6000元地方门户网站有哪些
  • 十大SEO网站外链建设误区排版设计教程入门初学者
  • 网站基本维护网站设计软件下载
  • 网站开发的需求文档大型网站外链是怎么建设的
  • 网站建设实训心得与建议网站建设一般需要多少费用
  • 国内怎么打开WordPress网站wordpress制作api文件路径
  • 义乌网站开发公司wordpress段子模板
  • 国外有没有专门做靶材的网站做网站用哪个电脑
  • 郑州网站制作郑州网站制作上海网站建设免费推荐
  • php电子商务网站开发建设企业网站都需要啥
  • 从零学做网站如何让客户做网站