ICode9

精准搜索请尝试: 精确搜索
首页 > 编程语言> 文章详细

【源码】解决工程问题的社交网络搜索算法

2021-12-30 20:31:35  阅读:252  来源: 互联网

标签:Search Network 搜索算法 源码 design 2021 Social 社交 SNS


在这里插入图片描述

社会网络搜索(SNS)是一种新型的元启发式优化算法,本文给出了其求解混合连续/离散工程优化问题的源代码。SNS算法模拟社交网络用户在表达意见时的决策情绪,以获得更多的人气。四种决策情绪,包括模仿、对话、争论和创新,是社交网络中用户的真实行为。这些情绪被用作优化操作符,模拟用户是如何受到影响并积极分享其新观点的。

在此源代码中,SNS算法用于解决以下基准问题:

1-减速器设计

2-拉伸/压缩弹簧设计

3-压力容器设计

4-三杆桁架设计问题

5-齿轮系的设计

6-悬臂梁

7-尽量减少工字梁的垂直挠度

8-管柱设计

9-活塞杆

10-波纹舱壁设计

11-汽车侧面碰撞设计

12-焊接梁设计

13-钢筋混凝土梁设计

Social Network Search (SNS) is a novel metaheuristic optimization algorithm, and its socrce code for solving mixed continuous/discrete engineering optimization problems is presented here. The SNS algorithm mimics the social network user’s efforts to gain more popularity by modeling the decision moods in expressing their opinions. Four decision moods, including Imitation, Conversation, Disputation, and Innovation are real-world behaviors of users in social networks. These moods are used as optimization operators that model how users are affected and motivated to share their new views.

Related papers:

Hadi Bayzidi, Siamak Talatahari, Meysam Saraee, Charles-Philippe Lamarche, “Social Network Search for Solving Engineering Optimization Problems”, Computational Intelligence and Neuroscience, vol. 2021, Article ID 8548639, 32 pages, 2021. https://doi.org/10.1155/2021/8548639

S. Talatahari, H. Bayzidi and M. Saraee, “Social Network Search for Global Optimization,” in IEEE Access, vol. 9, pp. 92815-92863, 2021, doi: https://doi.org/10.1109/ACCESS.2021.3091495 .

In this source code, the sns algorithm is employed for solving the following benchmark problems:

Speed reducerwelded beamCar side Impact

1 - Speed reducer design

2 - Tension/compression spring design

3 - Pressure vessel design

4 - Three-bar truss design problem

5 - Design of gear train

6 - Cantilever beam

7 - Minimize I-beam vertical deflection

8 - Tubular column design

9 - Piston lever

10 - Corrugated bulkhead design

11 - Car side impact design

12 - Design of welded beam design

13 - A reinforced concrete beam design

Cite As

Bayzidi, Hadi, et al. “Social Network Search for Solving Engineering Optimization Problems.” Computational Intelligence and Neuroscience, edited by Radu-Emil Precup, vol. 2021, Hindawi Limited, Sept. 2021, pp. 1–32, doi:10.1155/2021/8548639.

Talatahari, Siamak, et al. “Social Network Search for Global Optimization.” IEEE Access, vol. 9, Institute of Electrical and Electronics Engineers (IEEE), 2021, pp. 92815–63, doi:10.1109/access.2021.3091495.

下载地址:

https://url92.ctfile.com/f/1850492-530719492-343955

(访问密码:3660)

在这里插入图片描述

标签:Search,Network,搜索算法,源码,design,2021,Social,社交,SNS
来源: https://blog.csdn.net/weixin_42825609/article/details/122244734

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有