Article(id=1149774729847992988, tenantId=1146029695717560320, journalId=1146123166801305609, issueId=1149774724923880044, articleNumber=null, orderNo=null, doi=10.12404/j.issn.1671-1815.2403824, pmid=null, cstr=null, oa=null, hot=null, price=null, onlineType=0, articleFormat=0, articleType=null, articleTypeStr=null, receivedDate=1716393600000, receivedDateStr=2024-05-23, revisedDate=1738166400000, revisedDateStr=2025-01-30, acceptedDate=null, acceptedDateStr=null, onlineDate=1752057257377, onlineDateStr=2025-07-09, pubDate=1745769600000, pubDateStr=2025-04-28, doiRegisterDate=null, doiRegisterDateStr=null, onlineIssueDate=1752057257377, onlineIssueDateStr=2025-07-09, onlineJustAcceptDate=null, onlineJustAcceptDateStr=null, onlineFirstDate=null, onlineFirstDateStr=null, sourceXml=null, magXml=null, createTime=1752057257377, creator=13701087609, updateTime=1752057257377, updator=13701087609, issue=Issue{id=1149774724923880044, tenantId=1146029695717560320, journalId=1146123166801305609, year='2025', volume='25', issue='12', pageStart='4827', pageEnd='5272', issueExtLink='null', onlineDate='null', pubDate='null', beforeIssueId=null, nextIssueId=null, price=null, status=1, issueComplete=1, articleOrder=1, issueType=-1, specialIssue=0, createTime=1752057256203, creator=13701087609, updateTime=1768456746933, updator=13701087609, preIssue=null, nextIssue=null, ext={EN=IssueExt(id=1218559174552764785, tenantId=1146029695717560320, journalId=1146123166801305609, issueId=1149774724923880044, language=EN, specialIssueTitle=, coverIllustrator=, specialIssueEditor=, specialIssueAbout=), CN=IssueExt(id=1218559174552764786, tenantId=1146029695717560320, journalId=1146123166801305609, issueId=1149774724923880044, language=CN, specialIssueTitle=, coverIllustrator=, specialIssueEditor=, specialIssueAbout=)}, issueFiles=null}, startPage=5045, endPage=5057, ext={EN=ArticleExt(id=1149774730405835433, articleId=1149774729847992988, tenantId=1146029695717560320, journalId=1146123166801305609, language=EN, title=Cloud Computing Task Scheduling Algorithm Based on Improved Particle Swarm Optimization, columnId=1156262729162810294, journalTitle=Science Technology and Engineering, columnName=Papers·Automation and Computational Technology, runingTitle=null, highlight=null, articleAbstract=
The traditional particle swarm optimization (PSO) algorithm still has shortcomings in terms of performance and efficiency of cloud computing task scheduling, such as low local search efficiency and limited search accuracy, which often makes it difficult to find the global optimal solution and easily falls into the local optimal solution. To solve this problem, an improved particle swarm optimization task scheduling algorithm(IPSO) was proposed. Firstly, a opposition-based learning strategy was used to create a more homogeneous initial population and the Rate of convergence of this algorithm was enhanced. Secondly, in the particle update process, the sine cosine algorithm(SCA) was introduced to enhance the optimization ability of the particles and balance the two processes of global search and local development. Finally, a search behavior based on average fitness was added to further expand the search solution space to find better optimal solutions and prevent falling into local optima. Experimental verification was conducted on the CloudSim simulation platform. The experimental results show that the improved particle swarm algorithm has significant advantages in reducing the cost and maximum completion time of system tasks. In particular, when the number of tasks reaches 500, IPSO improves the total cost by 10%, 4.6%, 8.6%, 9.2%, 8.2%, 10.4% and 11.3% respectively compared with adaptive particle swarm optimization (AdPSO), sine cosine algorithm-particle swarm optimization (SCA-PSO), simulated annealing particle swarm optimization (SAPSO), enhanced phagocytosis genetic algorithm (EPGA), competitive crossover mechanism genetic algorithm (C2PGA), opposition based learning-particle swarm optimization (OBL-PSO) and PSO, and improves the maximum completion time by 34.1%, 27%, 41.7%, 28.5%, 21.6%, 50.3% and 54.8% respectively, which verifies the feasibility and effectiveness of IPSO in solving cloud computing task scheduling problems under different task scales.
, correspAuthors=Jian SUN, authorNote=null, correspAuthorsNote=null, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=null, magXml=null, pdfUrl=null, pdf=null, pdfFileSize=null, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=null, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=null, mapNumber=null, authorCompany=null, fund=null, authors=null, authorsList=Pan CHEN, Jian SUN, Zhui-wei WU, Tao WU, Xiao-huan YANG, Bao-quan MA), CN=ArticleExt(id=1149774759602385652, articleId=1149774729847992988, tenantId=1146029695717560320, journalId=1146123166801305609, language=CN, title=基于改进粒子群的云计算任务调度算法, columnId=1156262729783567290, journalTitle=科学技术与工程, columnName=论文·自动化技术、计算机技术, runingTitle=null, highlight=null, articleAbstract=
传统粒子群算法(particle swarm optimization,PSO)在云计算任务调度的性能和效率方面仍然存在局部搜索效率较低、搜索精度有限等不足,导致难以找到全局最优解并容易陷入局部最优解,针对此问题提出一种改进的粒子群任务调度算法(improved particle swarm optimization,IPSO)。首先,通过反向学习策略生成分布更加均匀的初始种群,提高算法的收敛速度。其次,在粒子更新过程中引入正弦余弦算法(sine cosine algorithm,SCA)以此提高粒子的寻优能力,平衡全局搜索和局部开发两个过程。 最后,添加了基于平均适应度的搜索行为进一步扩大搜索解空间以找到更好的最优解,防止陷入局部最优。在CloudSim仿真平台上进行实验验证。实验结果表明:改进粒子群算法在降低系统任务的成本和最大完工时间上均有着显著的优势。特别是当任务数量达到500时,IPSO在总成本上相较于自适应粒子群算法(adaptive particle swarm optimization,AdPSO)、正弦余弦粒子群算法(sine cosine algorithm-particle swarm optimization,SCA-PSO)、模拟退火粒子群算法(simulated annealing particle swarm optimization,SAPSO)、增强型吞噬遗传算法(enhanced phagocytosis genetic algorithm,EPGA)、竞争交叉机制遗传算法(competitive crossover mechanism genetic algorithm,C2PGA)、反向学习粒子群算法(opposition based learning-particle swarm optimization,OBL-PSO)和PSO分别提升了10%、4.6%、8.6%、9.2%、8.2%、10.4%和11.3%,在最大完工时间上分别提升了34.1%、27%、41.7%、28.5%、21.6%、50.3%和54.8%,验证了IPSO在不同任务规模下解决云计算任务调度问题的可行性和有效性。
, correspAuthors=孙鉴, authorNote=null, correspAuthorsNote=
, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=oYbPCTfRDfskVPJeEYVyhw==, magXml=S4+3hTi7ScLYk9Gu4wd14A==, pdfUrl=null, pdf=N6etClg9lwXniKvg339ANg==, pdfFileSize=null, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=null, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=O1MHgsLSNXwiCke9xoKXIA==, mapNumber=null, authorCompany=null, fund=null, authors=
, authorsList=陈攀, 孙鉴, 吴隹伟, 武涛, 杨晓焕, 马宝全)}, authors=[Author(id=1179836942217790382, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, orderNo=0, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=934926124@qq.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1179836942289093553, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942217790382, language=EN, stringName=Pan CHEN, firstName=Pan, middleName=null, lastName=CHEN, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1179836942364591026, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942217790382, language=CN, stringName=陈攀, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 北方民族大学计算机科学与工程学院, 银川 750021, bio={"content":"
陈攀(1996—),男,汉族,湖南湘潭人,硕士研究生。研究方向:大数据分析与知识工程。E-mail:934926124@qq.com。
"}, bioImg=null, bioContent=
陈攀(1996—),男,汉族,湖南湘潭人,硕士研究生。研究方向:大数据分析与知识工程。E-mail:934926124@qq.com。
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)])]), Author(id=1179836942423311284, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, orderNo=1, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=2014132@nun.edu.cn, emailSecond=null, emailThird=null, correspondingAuthor=1, authorType=1, ext={EN=AuthorExt(id=1179836942507197367, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942423311284, language=EN, stringName=Jian SUN, firstName=Jian, middleName=null, lastName=SUN, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, *, address=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China
2 The Key Laboratory of Images & Graphics Intelligent Processing of State Ethnic Affairs Commission, North Minzu University, Yinchuan 750021, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1179836942586889144, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942423311284, language=CN, stringName=孙鉴, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, *, address=
1 北方民族大学计算机科学与工程学院, 银川 750021
2 北方民族大学图像图形智能处理国家民委重点实验室, 银川 750021, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)]), AuthorCompany(id=1179836942129709994, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=2, ext=[AuthorCompanyExt(id=1179836942138098603, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942129709994, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 The Key Laboratory of Images & Graphics Intelligent Processing of State Ethnic Affairs Commission, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942146487212, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942129709994, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 北方民族大学图像图形智能处理国家民委重点实验室, 银川 750021)])]), Author(id=1179836942645609402, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, orderNo=2, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1179836942725301180, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942645609402, language=EN, stringName=Zhui-wei WU, firstName=Zhui-wei, middleName=null, lastName=WU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1179836942788215741, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942645609402, language=CN, stringName=吴隹伟, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 北方民族大学计算机科学与工程学院, 银川 750021, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)])]), Author(id=1179836942842741695, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, orderNo=3, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1179836942905656257, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942842741695, language=EN, stringName=Tao WU, firstName=Tao, middleName=null, lastName=WU, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1179836942968570818, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836942842741695, language=CN, stringName=武涛, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 北方民族大学计算机科学与工程学院, 银川 750021, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)])]), Author(id=1179836943027291076, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, orderNo=4, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1179836943090205638, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836943027291076, language=EN, stringName=Xiao-huan YANG, firstName=Xiao-huan, middleName=null, lastName=YANG, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1179836943157314503, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836943027291076, language=CN, stringName=杨晓焕, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 北方民族大学计算机科学与工程学院, 银川 750021, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)])]), Author(id=1179836943224423369, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, orderNo=5, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=null, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1179836943295726539, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836943224423369, language=EN, stringName=Bao-quan MA, firstName=Bao-quan, middleName=null, lastName=MA, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1179836943358641100, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, authorId=1179836943224423369, language=CN, stringName=马宝全, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1 北方民族大学计算机科学与工程学院, 银川 750021, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)])])], keywords=[Keyword(id=1179836943471887309, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, orderNo=1, keyword=cloud computing), Keyword(id=1179836943526413262, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, orderNo=2, keyword=task scheduling), Keyword(id=1179836943585133519, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, orderNo=3, keyword=particle swarm optimization(PSO)), Keyword(id=1179836943639659472, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, orderNo=4, keyword=sine cosine algorithm(SCA)), Keyword(id=1179836943706768337, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, orderNo=5, keyword=CloudSim), Keyword(id=1179836943765488594, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, orderNo=1, keyword=云计算), Keyword(id=1179836943824208851, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, orderNo=2, keyword=任务调度), Keyword(id=1179836943882929108, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, orderNo=3, keyword=粒子群算法(PSO)), Keyword(id=1179836944000369621, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, orderNo=4, keyword=正弦余弦算法(SCA)), Keyword(id=1179836944067478486, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, orderNo=5, keyword=CloudSim)], refs=[Reference(id=1179836946395317235, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=37, issue=8, pageStart=40, pageEnd=51, url=null, language=null, rfNumber=[1], rfOrder=0, authorNames=王昊, 李晖, 宋端正, journalName=电子测量与仪器学报, refType=null, unstructuredReference=王昊, 李晖, 宋端正, 等. 面向云-雾计算系统中的遗传算法任务调度研究[J].
电子测量与仪器学报,
2023,
37(8): 40-51., articleTitle=面向云-雾计算系统中的遗传算法任务调度研究, refAbstract=null), Reference(id=1179836946462426100, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=37, issue=8, pageStart=40, pageEnd=51, url=null, language=null, rfNumber=[1], rfOrder=1, authorNames=Wang Hao, Li Hui, Song Duanzheng, journalName=Journal of Electronic Measurement and Instrumentation, refType=null, unstructuredReference=
Wang Hao,
Li Hui,
Song Duanzheng, et al. Research on genetic algorithm task scheduling in cloud-fog computing systems[J].
Journal of Electronic Measurement and Instrumentation,
2023,
37(8): 40-51., articleTitle=Research on genetic algorithm task scheduling in cloud-fog computing systems, refAbstract=null), Reference(id=1179836946516952053, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=7, issue=null, pageStart=368, pageEnd=373, url=null, language=null, rfNumber=[2], rfOrder=2, authorNames=Zhang Y, journalName=Highlights in Science, Engineering and Technology, refType=null, unstructuredReference=
Zhang Y. Cloud computing task scheduling algorithms and advances[J].
Highlights in Science, Engineering and Technology,
2022,
7: 368-373., articleTitle=Cloud computing task scheduling algorithms and advances, refAbstract=null), Reference(id=1179836946584060918, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=40, issue=6, pageStart=223, pageEnd=228, url=null, language=null, rfNumber=[3], rfOrder=3, authorNames=陈俊仁, 郭一晶, journalName=计算机应用与软件, refType=null, unstructuredReference=陈俊仁, 郭一晶. 基于交换改进粒子群算法的云计算任务调度[J].
计算机应用与软件,
2023,
40(6): 223-228., articleTitle=基于交换改进粒子群算法的云计算任务调度, refAbstract=null), Reference(id=1179836946667946999, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=40, issue=6, pageStart=223, pageEnd=228, url=null, language=null, rfNumber=[3], rfOrder=4, authorNames=Chen Junren, Guo Yijing, journalName=Computer App-lications and Software, refType=null, unstructuredReference=
Chen Junren,
Guo Yijing. Cloud computing task scheduling based on exchange improved particle swarm algorithm[J].
Computer App-lications and Software,
2023,
40(6): 223-228., articleTitle=Cloud computing task scheduling based on exchange improved particle swarm algorithm, refAbstract=null), Reference(id=1179836946730861560, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=21, issue=6, pageStart=1749, pageEnd=1766, url=null, language=null, rfNumber=[4], rfOrder=5, authorNames=Li K, Jia L, Shi X, journalName=Journal of Web Engineering, refType=null, unstructuredReference=
Li K,
Jia L,
Shi X. Research on cloud computing task scheduling based on PSOMC[J].
Journal of Web Engineering,
2022,
21(6): 1749-1766., articleTitle=Research on cloud computing task scheduling based on PSOMC, refAbstract=null), Reference(id=1179836946802164729, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=26, issue=5, pageStart=3037, pageEnd=3067, url=null, language=null, rfNumber=[5], rfOrder=6, authorNames=Prity F S, Gazi M H, Uddin K M A, journalName=Cluster Computing, refType=null, unstructuredReference=
Prity F S,
Gazi M H,
Uddin K M A. A review of task scheduling in cloud computing based on nature-inspired optimization algorithm[J].
Cluster Computing,
2023,
26(5): 3037-3067., articleTitle=A review of task scheduling in cloud computing based on nature-inspired optimization algorithm, refAbstract=null), Reference(id=1179836946856690682, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=852, pageEnd=856, url=null, language=null, rfNumber=[6], rfOrder=7, authorNames=Fang Y Q, Xiao X, Ge J W, journalName=2019 IEEE 3rd Information Technology, Networking, Electronic and Automation Control Conference(ITNEC), refType=null, unstructuredReference=
Fang Y Q,
Xiao X,
Ge J W. Cloud computing task scheduling algorithm based on improved genetic algorithm[C]//
2019 IEEE 3rd Information Technology, Networking, Electronic and Automation Control Conference(ITNEC). New York: IEEE,
2019: 852-856., articleTitle=Cloud computing task scheduling algorithm based on improved genetic algorithm, refAbstract=null), Reference(id=1179836946932188155, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=22, issue=1, pageStart=86, pageEnd=96, url=null, language=null, rfNumber=[7], rfOrder=8, authorNames=Jaber S S, Ali Y, Ibrahim N, journalName=Iraqi Journal of Computers, Communications, Control and Systems Engineering, refType=null, unstructuredReference=
Jaber S S,
Ali Y,
Ibrahim N. Task scheduling in cloud computing based on the cuckoo search algorithm[J].
Iraqi Journal of Computers, Communications, Control and Systems Engineering,
2022,
22(1): 86-96, articleTitle=Task scheduling in cloud computing based on the cuckoo search algorithm, refAbstract=null), Reference(id=1179836946990908412, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2019, volume=12, issue=null, pageStart=227, pageEnd=239, url=null, language=null, rfNumber=[8], rfOrder=9, authorNames=Beegom A S A, Rajasree M S, journalName=Evolutionary Intelligence, refType=null, unstructuredReference=
Beegom A S A,
Rajasree M S. Integer-PSO: a discrete PSO algorithm for task scheduling in cloud computing systems[J].
Evolutionary Intelligence,
2019,
12: 227-239., articleTitle=Integer-PSO: a discrete PSO algorithm for task scheduling in cloud computing systems, refAbstract=null), Reference(id=1179836947058017277, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=22, issue=28, pageStart=12484, pageEnd=12490, url=null, language=null, rfNumber=[9], rfOrder=10, authorNames=周敬东, 高伟周, 杨文广, journalName=科学技术与工程, refType=null, unstructuredReference=周敬东, 高伟周, 杨文广, 等. 基于改进蚁群算法的移动机器人路径规划[J].
科学技术与工程,
2022,
22(28): 12484-12490., articleTitle=基于改进蚁群算法的移动机器人路径规划, refAbstract=null), Reference(id=1179836947112543230, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=22, issue=28, pageStart=12484, pageEnd=12490, url=null, language=null, rfNumber=[9], rfOrder=11, authorNames=Zhou Jingdong, Gao Weizhou, Yang Wenguang, journalName=Science Technology and Engineering, refType=null, unstructuredReference=
Zhou Jingdong,
Gao Weizhou,
Yang Wenguang, et al. Mobile robot path planning based on improved ant colony algorithm[J].
Science Technology and Engineering,
2022,
22(28): 12484-12490., articleTitle=Mobile robot path planning based on improved ant colony algorithm, refAbstract=null), Reference(id=1179836947188040703, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2020, volume=20, issue=16, pageStart=6532, pageEnd=6537, url=null, language=null, rfNumber=[10], rfOrder=12, authorNames=贾嘉, 慕德俊, journalName=科学技术与工程, refType=null, unstructuredReference=贾嘉, 慕德俊. 基于人工蜂群的云计算负载均衡算法[J].
科学技术与工程,
2020,
20(16): 6532-6537., articleTitle=基于人工蜂群的云计算负载均衡算法, refAbstract=null), Reference(id=1179836947246760960, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2020, volume=20, issue=16, pageStart=6532, pageEnd=6537, url=null, language=null, rfNumber=[10], rfOrder=13, authorNames=Jia Jia, Mu Dejun, journalName=Science Technology and Engineering, refType=null, unstructuredReference=
Jia Jia,
Mu Dejun. Cloud computing load balancing algorithm based on artificial bee colony[J].
Science Technology and Engineering,
2020,
20(16): 6532-6537., articleTitle=Cloud computing load balancing algorithm based on artificial bee colony, refAbstract=null), Reference(id=1179836947301285888, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=22, issue=12, pageStart=4993, pageEnd=5000, url=null, language=null, rfNumber=[11], rfOrder=14, authorNames=张艳华, 黄静梅, 黄景光, journalName=科学技术与工程, refType=null, unstructuredReference=张艳华, 黄静梅, 黄景光, 等. 基于改进粒子群算法的梯级水风光短期调峰优化调度[J].
科学技术与工程,
2022,
22(12): 4993-5000., articleTitle=基于改进粒子群算法的梯级水风光短期调峰优化调度, refAbstract=null), Reference(id=1179836947355811841, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=22, issue=12, pageStart=4993, pageEnd=5000, url=null, language=null, rfNumber=[11], rfOrder=15, authorNames=Zhang Yanhua, Huang Jingmei, Huang Jingguang, journalName=Science Technology and Engineering, refType=null, unstructuredReference=
Zhang Yanhua,
Huang Jingmei,
Huang Jingguang, et al. Short-term peak-shaving optimization scheduling of cascade hydropower, wind power and solar power based on improved particle swarm optimization algorithm[J].
Science Technology and Engineering,
2022,
22(12): 4993-5000., articleTitle=Short-term peak-shaving optimization scheduling of cascade hydropower, wind power and solar power based on improved particle swarm optimization algorithm, refAbstract=null), Reference(id=1179836947414532098, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=23, issue=30, pageStart=13187, pageEnd=13194, url=null, language=null, rfNumber=[12], rfOrder=16, authorNames=王飞, 杨清平, journalName=科学技术与工程, refType=null, unstructuredReference=王飞, 杨清平. 基于改进粒子群算法的城市物流无人机路径规划[J].
科学技术与工程,
2023,
23(30): 13187-13194., articleTitle=基于改进粒子群算法的城市物流无人机路径规划, refAbstract=null), Reference(id=1179836947473252355, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=23, issue=30, pageStart=13187, pageEnd=13194, url=null, language=null, rfNumber=[12], rfOrder=17, authorNames=Wang Fei, Yang Qingping, journalName=Science Technology and Engineering, refType=null, unstructuredReference=
Wang Fei,
Yang Qingping. Path planning for urban logistics drones based on improved particle swarm algorithm[J].
Science Technology and Engineering,
2023,
23(30): 13187-13194., articleTitle=Path planning for urban logistics drones based on improved particle swarm algorithm, refAbstract=null), Reference(id=1179836947544555524, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=1975, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=[13], rfOrder=18, authorNames=John H H, journalName=Adaptation innatural and artificial systems, refType=null, unstructuredReference=
John H H.
Adaptation innatural and artificial systems[M]. Berlin: Springer International Publishing,
1975., articleTitle=null, refAbstract=null), Reference(id=1179836947624247301, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=7, issue=null, pageStart=368, pageEnd=373, url=null, language=null, rfNumber=[14], rfOrder=19, authorNames=Zhang Y, journalName=Highlights in Science, Engineering and Technology, refType=null, unstructuredReference=
Zhang Y. Cloud computing task scheduling algorithms and advances[J].
Highlights in Science, Engineering and Technology,
2022,
7: 368-373., articleTitle=Cloud computing task scheduling algorithms and advances, refAbstract=null), Reference(id=1179836947695550470, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=1983, volume=220, issue=4598, pageStart=671, pageEnd=680, url=null, language=null, rfNumber=[15], rfOrder=20, authorNames=Kirkpatrick S, Gelatt J C D, Vecchi M P, journalName=Science, refType=null, unstructuredReference=
Kirkpatrick S,
Gelatt J C D,
Vecchi M P. Optimization by simulated annealing[J].
Science,
1983,
220(4598): 671-680., articleTitle=Optimization by simulated annealing, refAbstract=null), Reference(id=1179836947766853639, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2007, volume=39, issue=null, pageStart=459, pageEnd=471, url=null, language=null, rfNumber=[16], rfOrder=21, authorNames=Karaboga D, Basturk B, journalName=Journal of Global Optimization, refType=null, unstructuredReference=
Karaboga D,
Basturk B. A powerful and efficient algorithm for numerical function optimization: artificial bee colony(ABC) algorithm[J].
Journal of Global Optimization,
2007,
39: 459-471., articleTitle=A powerful and efficient algorithm for numerical function optimization: artificial bee colony(ABC) algorithm, refAbstract=null), Reference(id=1179836947846545416, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2018, volume=17, issue=4, pageStart=1237, pageEnd=1267, url=null, language=null, rfNumber=[17], rfOrder=22, authorNames=Agarwal M, Srivastava G M S, journalName=International Journal of Information Technology & Decision Making, refType=null, unstructuredReference=
Agarwal M,
Srivastava G M S. Genetic algorithm-enabled particle swarm optimization(PSOGA)-based task scheduling in cloud computing environment[J].
International Journal of Information Technology & Decision Making,
2018,
17(4): 1237-1267., articleTitle=Genetic algorithm-enabled particle swarm optimization(PSOGA)-based task scheduling in cloud computing environment, refAbstract=null), Reference(id=1179836947922042889, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2019, volume=107, issue=null, pageStart=1835, pageEnd=1848, url=null, language=null, rfNumber=[18], rfOrder=23, authorNames=Senthil K A M, Venkatesan M, journalName=Wireless Personal Communications, refType=null, unstructuredReference=
Senthil K A M,
Venkatesan M. Multi-objective task scheduling using hybrid genetic-ant colony optimization algorithm in cloud environment[J].
Wireless Personal Communications,
2019,
107: 1835-1848., articleTitle=Multi-objective task scheduling using hybrid genetic-ant colony optimization algorithm in cloud environment, refAbstract=null), Reference(id=1179836948039483402, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=12, issue=10, pageStart=9855, pageEnd=9875, url=null, language=null, rfNumber=[19], rfOrder=24, authorNames=Agarwal M, Srivastava G M S, journalName=Journal of Ambient Intelligence and Humanized Computing, refType=null, unstructuredReference=
Agarwal M,
Srivastava G M S. Opposition-based learning inspired particle swarm optimization(OPSO) scheme for task scheduling problem in cloud computing[J].
Journal of Ambient Intelligence and Humanized Computing,
2021,
12(10): 9855-9875., articleTitle=Opposition-based learning inspired particle swarm optimization(OPSO) scheme for task scheduling problem in cloud computing, refAbstract=null), Reference(id=1179836948098203659, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=751, pageEnd=761, url=null, language=null, rfNumber=[20], rfOrder=25, authorNames=Senthil K A M, Krishnamoorthy P, Soubraylu S, journalName=Proceedings of International Conference on Intelligent Computing, Information and Control Systems, refType=null, unstructuredReference=
Senthil K A M,
Krishnamoorthy P,
Soubraylu S, et al. An efficient task scheduling using GWO-PSO algorithm in a cloud computing environment[C]//
Proceedings of International Conference on Intelligent Computing, Information and Control Systems. Singapore: Springer,
2021: 751-761., articleTitle=An efficient task scheduling using GWO-PSO algorithm in a cloud computing environment, refAbstract=null), Reference(id=1179836948169506828, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=23, issue=29, pageStart=12594, pageEnd=12603, url=null, language=null, rfNumber=[21], rfOrder=26, authorNames=汪婷, 邵鹏, 李光泉, journalName=科学技术与工程, refType=null, unstructuredReference=汪婷, 邵鹏, 李光泉, 等. 改进的粒子群优化算法在云计算任务调度中的应用[J].
科学技术与工程,
2023,
23(29): 12594-12603., articleTitle=改进的粒子群优化算法在云计算任务调度中的应用, refAbstract=null), Reference(id=1179836948236615693, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=23, issue=29, pageStart=12594, pageEnd=12603, url=null, language=null, rfNumber=[21], rfOrder=27, authorNames=Wang Ting, Shao Peng, Li Guangquan, journalName=Science Technology and Engineering, refType=null, unstructuredReference=
Wang Ting,
Shao Peng,
Li Guangquan, et al. Application of improved particle swarm optimization algorithm in cloud computing task scheduling[J].
Science Technology and Engineering,
2023,
23(29): 12594-12603., articleTitle=Application of improved particle swarm optimization algorithm in cloud computing task scheduling, refAbstract=null), Reference(id=1179836948291141646, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2015, volume=43, issue=8, pageStart=1538, pageEnd=1544, url=null, language=null, rfNumber=[22], rfOrder=28, authorNames=谢承旺, 邹秀芬, 夏学文, journalName=电子学报, refType=null, unstructuredReference=谢承旺, 邹秀芬, 夏学文, 等. 一种多策略融合的多目标粒子群优化算法[J].
电子学报,
2015,
43(8): 1538-1544., articleTitle=一种多策略融合的多目标粒子群优化算法, refAbstract=null), Reference(id=1179836948345667599, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2015, volume=43, issue=8, pageStart=1538, pageEnd=1544, url=null, language=null, rfNumber=[22], rfOrder=29, authorNames=Xie Chengwang, Zou Xiufen, Xia Xuewen, journalName=Journal of Electronics, refType=null, unstructuredReference=
Xie Chengwang,
Zou Xiufen,
Xia Xuewen, et al. A multi-objective particle swarm optimization algorithm with multi-strategy fusion[J].
Journal of Electronics,
2015,
43(8): 1538-1544., articleTitle=A multi-objective particle swarm optimization algorithm with multi-strategy fusion, refAbstract=null), Reference(id=1179836948404387856, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2016, volume=96, issue=null, pageStart=120, pageEnd=133, url=null, language=null, rfNumber=[23], rfOrder=30, authorNames=Mirjalili S, journalName=Knowledge-Based Systems, refType=null, unstructuredReference=
Mirjalili S. SCA: a sine cosine algorithm for solving optimization problems[J].
Knowledge-Based Systems,
2016,
96: 120-133., articleTitle=SCA: a sine cosine algorithm for solving optimization problems, refAbstract=null), Reference(id=1179836948458913809, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2015, volume=null, issue=null, pageStart=991, pageEnd=995, url=null, language=null, rfNumber=[24], rfOrder=31, authorNames=Al-Olimat H S, Alam M, Green R, journalName=2015 5th International Conference on Communication Systems and Network Technologies, refType=null, unstructuredReference=
Al-Olimat H S,
Alam M,
Green R, et al. Cloudlet scheduling with particle swarm optimization[C]//
2015 5th International Conference on Communication Systems and Network Technologies. New York: IEEE,
2015: 991-995., articleTitle=Cloudlet scheduling with particle swarm optimization, refAbstract=null), Reference(id=1179836948517634066, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=1995, volume=null, issue=null, pageStart=1942, pageEnd=1948, url=null, language=null, rfNumber=[25], rfOrder=32, authorNames=Kennedy J, Eberhart R, journalName=Proceedings of ICNN'95-International Conference on Neural Networks, refType=null, unstructuredReference=
Kennedy J,
Eberhart R. Particle swarm optimization[C]//
Proceedings of ICNN'95-International Conference on Neural Networks. New York: IEEE,
1995: 1942-1948., articleTitle=Particle swarm optimization, refAbstract=null), Reference(id=1179836948572160019, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2005, volume=null, issue=null, pageStart=695, pageEnd=701, url=null, language=null, rfNumber=[26], rfOrder=33, authorNames=Tizhoosh H R, journalName=International Conference on Computational Intelligence for Modelling, Control and Automation and International Conference on intelligent Agents, Web Technologies and Internet Commerce(CIMCA-IAWTIC'06), refType=null, unstructuredReference=
Tizhoosh H R. Opposition-based learning: a new scheme for machine intelligence[C]//
International Conference on Computational Intelligence for Modelling, Control and Automation and International Conference on intelligent Agents, Web Technologies and Internet Commerce(CIMCA-IAWTIC'06). New York: IEEE,
2005: 695-701., articleTitle=Opposition-based learning: a new scheme for machine intelligence, refAbstract=null), Reference(id=1179836948635074580, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2007, volume=null, issue=null, pageStart=182, pageEnd=189, url=null, language=null, rfNumber=[27], rfOrder=34, authorNames=Malisia A R, Tizhoosh H R, journalName=2007 IEEE Swarm Intelligence Symposium, refType=null, unstructuredReference=
Malisia A R,
Tizhoosh H R. Applying opposition-based ideas to the ant colony system[C]//
2007 IEEE Swarm Intelligence Symposium. New York: IEEE,
2007: 182-189., articleTitle=Applying opposition-based ideas to the ant colony system, refAbstract=null), Reference(id=1179836948693794837, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2008, volume=12, issue=1, pageStart=64, pageEnd=79, url=null, language=null, rfNumber=[28], rfOrder=35, authorNames=Rahnamayan S, Tizhoosh H R, Salama M M A, journalName=IEEE Transactions on Evolutionary Computation, refType=null, unstructuredReference=
Rahnamayan S,
Tizhoosh H R,
Salama M M A. Opposition-based differential evolution[J].
IEEE Transactions on Evolutionary Computation,
2008,
12(1): 64-79., articleTitle=Opposition-based differential evolution, refAbstract=null), Reference(id=1179836948760903702, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2020, volume=23, issue=null, pageStart=1137, pageEnd=1147, url=null, language=null, rfNumber=[29], rfOrder=36, authorNames=Huang X, Li C, Chen H, journalName=Cluster Computing, refType=null, unstructuredReference=
Huang X,
Li C,
Chen H, et al. Task scheduling in cloud computing using particle swarm optimization with time varying inertia weight strategies[J].
Cluster Computing,
2020,
23: 1137-1147., articleTitle=Task scheduling in cloud computing using particle swarm optimization with time varying inertia weight strategies, refAbstract=null), Reference(id=1179836948832206871, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2023, volume=11, issue=null, pageStart=122, pageEnd=131, url=null, language=null, rfNumber=[30], rfOrder=37, authorNames=Sriperambuduri V K, journalName=International Journal on Recent and Innovation Trends in Computing and Communication, refType=null, unstructuredReference=
Sriperambuduri V K. Effective workflow scheduling in cloud using constriction factor based inertia weight particle swarm optimization[J].
International Journal on Recent and Innovation Trends in Computing and Communication,
2023,
11: 122-131., articleTitle=Effective workflow scheduling in cloud using constriction factor based inertia weight particle swarm optimization, refAbstract=null), Reference(id=1179836948895121432, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2011, volume=41, issue=1, pageStart=23, pageEnd=50, url=null, language=null, rfNumber=[31], rfOrder=38, authorNames=Calheiros R N, Ranjan R, Beloglazov A, journalName=Software: Practice and Experience, refType=null, unstructuredReference=
Calheiros R N,
Ranjan R,
Beloglazov A, et al. CloudSim: a toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms[J].
Software: Practice and Experience,
2011,
41(1): 23-50., articleTitle=CloudSim: a toolkit for modeling and simulation of cloud computing environments and evaluation of resource provisioning algorithms, refAbstract=null), Reference(id=1179836948966424601, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=48, issue=6, pageStart=80, pageEnd=87, url=null, language=null, rfNumber=[32], rfOrder=39, authorNames=王镇道, 张一鸣, 石雪倩, journalName=湖南大学学报(自然科学版), refType=null, unstructuredReference=王镇道, 张一鸣, 石雪倩. 基于竞争粒子群算法的云计算资源调度策略[J].
湖南大学学报(自然科学版),
2021,
48(6): 80-87., articleTitle=基于竞争粒子群算法的云计算资源调度策略, refAbstract=null), Reference(id=1179836949025144858, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=48, issue=6, pageStart=80, pageEnd=87, url=null, language=null, rfNumber=[32], rfOrder=40, authorNames=Wang Zhendao, Zhang Yiming, Shi Xueqian, journalName=Journal of Hunan University(Natural Science Edition), refType=null, unstructuredReference=
Wang Zhendao,
Zhang Yiming,
Shi Xueqian. Cloud computing resource scheduling strategy based on competitive particle swarm algorithm[J].
Journal of Hunan University(Natural Science Edition),
2021,
48(6): 80-87., articleTitle=Cloud computing resource scheduling strategy based on competitive particle swarm algorithm, refAbstract=null), Reference(id=1179836949100642331, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=38, issue=6, pageStart=212, pageEnd=218, url=null, language=null, rfNumber=[33], rfOrder=41, authorNames=孙长亚, 王向文, journalName=计算机应用与软件, refType=null, unstructuredReference=孙长亚, 王向文. 基于MGA-PSO的云计算多目标任务调度[J].
计算机应用与软件,
2021,
38(6): 212-218., articleTitle=基于MGA-PSO的云计算多目标任务调度, refAbstract=null), Reference(id=1179836949167751196, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=38, issue=6, pageStart=212, pageEnd=218, url=null, language=null, rfNumber=[33], rfOrder=42, authorNames=Sun Changya, Wang Xiangwen, journalName=Computer Applications and Software, refType=null, unstructuredReference=
Sun Changya,
Wang Xiangwen. Cloud computing multi-objective task scheduling based on MGA-PSO[J].
Computer Applications and Software,
2021,
38(6): 212-218., articleTitle=Cloud computing multi-objective task scheduling based on MGA-PSO, refAbstract=null), Reference(id=1179836949243248669, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2022, volume=22, issue=3, pageStart=920, pageEnd=null, url=null, language=null, rfNumber=[34], rfOrder=43, authorNames=Nabi S, Ahmad M, Ibrahim M, journalName=Sensors, refType=null, unstructuredReference=
Nabi S,
Ahmad M,
Ibrahim M, et al. AdPSO: adaptive PSO-based task scheduling approach for cloud computing[J].
Sensors,
2022,
22(3): 920., articleTitle=AdPSO: adaptive PSO-based task scheduling approach for cloud computing, refAbstract=null), Reference(id=1179836949310357534, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2004, volume=null, issue=null, pageStart=2402, pageEnd=2405, url=null, language=null, rfNumber=[35], rfOrder=44, authorNames=Wang X H, Li J J, journalName=Proceedings of 2004 International Conference on Machine Learning and Cybernetics, refType=null, unstructuredReference=
Wang X H,
Li J J. Hybrid particle swarm optimization with simulated annealing[C]//
Proceedings of 2004 International Conference on Machine Learning and Cybernetics. New York: IEEE,
2004: 2402-2405., articleTitle=Hybrid particle swarm optimization with simulated annealing, refAbstract=null), Reference(id=1179836949369077791, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2020, volume=41, issue=4, pageStart=64, pageEnd=69, url=null, language=null, rfNumber=[36], rfOrder=45, authorNames=付学良, 孙扬, 王海芳, journalName=内蒙古农业大学学报(自然科学版), refType=null, unstructuredReference=付学良, 孙扬, 王海芳, 等. 改进遗传算法在云任务调度中的应用研究[J].
内蒙古农业大学学报(自然科学版),
2020,
41(4): 64-69., articleTitle=改进遗传算法在云任务调度中的应用研究, refAbstract=null), Reference(id=1179836949436186656, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2020, volume=41, issue=4, pageStart=64, pageEnd=69, url=null, language=null, rfNumber=[36], rfOrder=46, authorNames=Fu Xueliang, Sun Yang, Wang Haifang, journalName=Journal of Inner Mongolia Agricultural University(Natural Science Edition), refType=null, unstructuredReference=
Fu Xueliang,
Sun Yang,
Wang Haifang, et al. Application of improved genetic algorithm in cloud task scheduling[J].
Journal of Inner Mongolia Agricultural University(Natural Science Edition),
2020,
41(4): 64-69., articleTitle=Application of improved genetic algorithm in cloud task scheduling, refAbstract=null), Reference(id=1179836949515878433, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=[37], rfOrder=47, authorNames=孙扬, journalName=基于改进智能优化算法的云任务调度研究, refType=null, unstructuredReference=孙扬.
基于改进智能优化算法的云任务调度研究[D]. 呼和浩特: 内蒙古农业大学,
2021., articleTitle=null, refAbstract=null), Reference(id=1179836949629124642, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=[37], rfOrder=48, authorNames=Sun Yang, journalName=Research on cloud task scheduling based on improved intelligent optimization algorithm, refType=null, unstructuredReference=
Sun Yang.
Research on cloud task scheduling based on improved intelligent optimization algorithm[D]. Hohhot: Inner Mongolia Agricultural University,
2021., articleTitle=null, refAbstract=null), Reference(id=1179836949704622115, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, doi=null, pmid=null, pmcid=null, year=2020, volume=8, issue=null, pageStart=55872, pageEnd=55880, url=null, language=null, rfNumber=[38], rfOrder=49, authorNames=Zhou Z, Li F, Abawajy J H, journalName=IEEE Access, refType=null, unstructuredReference=
Zhou Z,
Li F,
Abawajy J H, et al. Improved PSO algorithm integrated with opposition-based learning and tentative perception in networked data centres[J].
IEEE Access,
2020,
8: 55872-55880., articleTitle=Improved PSO algorithm integrated with opposition-based learning and tentative perception in networked data centres, refAbstract=null)], funds=[Fund(id=1179836946042995695, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, awardId=62062002, language=CN, fundingSource=国家自然科学基金(62062002), fundOrder=null, country=null), Fund(id=1179836946110104560, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, awardId=2024AAC03192, language=CN, fundingSource=宁夏自然科学基金(2024AAC03192), fundOrder=null, country=null), Fund(id=1179836946185602033, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, awardId=FWNX09, language=CN, fundingSource=北方民族大学中央高校基本科研业务费专项(FWNX09), fundOrder=null, country=null), Fund(id=1179836946248516594, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, awardId=2021XYZJK01, language=CN, fundingSource=北方民族大学校级一般项目(2021XYZJK01), fundOrder=null, country=null)], companyList=[AuthorCompany(id=1179836942041629607, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=1, ext=[AuthorCompanyExt(id=1179836942050018216, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 School of Computer Science and Engineering, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942058406825, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942041629607, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1 北方民族大学计算机科学与工程学院, 银川 750021)]), AuthorCompany(id=1179836942129709994, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, xref=2, ext=[AuthorCompanyExt(id=1179836942138098603, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942129709994, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 The Key Laboratory of Images & Graphics Intelligent Processing of State Ethnic Affairs Commission, North Minzu University, Yinchuan 750021, China), AuthorCompanyExt(id=1179836942146487212, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, companyId=1179836942129709994, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2 北方民族大学图像图形智能处理国家民委重点实验室, 银川 750021)])], figs=[ArticleFig(id=1179836944260416471, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.1, caption=
Cloud computing task scheduling model, figureFileSmall=DRb5spWXk/fh59hJWKD+xg==, figureFileBig=uq0kCo9/K1s/KRpXqh3cAw==, tableContent=null), ArticleFig(id=1179836944319136728, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图1, caption=
云计算任务调度模型, figureFileSmall=DRb5spWXk/fh59hJWKD+xg==, figureFileBig=uq0kCo9/K1s/KRpXqh3cAw==, tableContent=null), ArticleFig(id=1179836944382051289, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.2, caption=
Algorithm IPSO flowchart, figureFileSmall=vk+qM8YMdWSiU+ADmC553g==, figureFileBig=b8M0cF2+XDoBoSCvrAxQ1g==, tableContent=null), ArticleFig(id=1179836944436577242, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图2, caption=
算法IPSO流程图, figureFileSmall=vk+qM8YMdWSiU+ADmC553g==, figureFileBig=b8M0cF2+XDoBoSCvrAxQ1g==, tableContent=null), ArticleFig(id=1179836944499491803, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.3, caption=
Convergence of 50 tasks, figureFileSmall=vk1mgyVgD/39u85U1l6hxw==, figureFileBig=UYCBLuDll++QeAelS9lRSw==, tableContent=null), ArticleFig(id=1179836944558212060, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图3, caption=
50任务规模的收敛情况, figureFileSmall=vk1mgyVgD/39u85U1l6hxw==, figureFileBig=UYCBLuDll++QeAelS9lRSw==, tableContent=null), ArticleFig(id=1179836944625320925, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.4, caption=
Indicator optimization of 50 tasks, figureFileSmall=kvW1hZ/KVvBUhTbHUu8x6A==, figureFileBig=rfcWKTmLRtzvMvDCzEzgwA==, tableContent=null), ArticleFig(id=1179836944688235486, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图4, caption=
50任务规模的指标优化情况, figureFileSmall=kvW1hZ/KVvBUhTbHUu8x6A==, figureFileBig=rfcWKTmLRtzvMvDCzEzgwA==, tableContent=null), ArticleFig(id=1179836944742761439, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.5, caption=
Convergence situation of 200 tasks, figureFileSmall=kJmzlzu+hWeXRHyI4C440A==, figureFileBig=C8BkRyom3eoITTs86kZnjA==, tableContent=null), ArticleFig(id=1179836944801481696, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图5, caption=
200任务规模的收敛情况, figureFileSmall=kJmzlzu+hWeXRHyI4C440A==, figureFileBig=C8BkRyom3eoITTs86kZnjA==, tableContent=null), ArticleFig(id=1179836944864396257, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.6, caption=
Indicator optimization of 200 tasks, figureFileSmall=osYmQR2tMT4xVIAVvylaZw==, figureFileBig=2KKqXkyMzn0Bku/ODN8ITQ==, tableContent=null), ArticleFig(id=1179836944923116514, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图6, caption=
200任务规模的指标优化情况, figureFileSmall=osYmQR2tMT4xVIAVvylaZw==, figureFileBig=2KKqXkyMzn0Bku/ODN8ITQ==, tableContent=null), ArticleFig(id=1179836944986031075, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.7, caption=
Convergence situation of 500 tasks, figureFileSmall=jGdswP6BbLj9wJOM7WIEMw==, figureFileBig=XwkdbPM6S4FjJILYxDwMMg==, tableContent=null), ArticleFig(id=1179836945048945636, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图7, caption=
500任务规模的收敛情况, figureFileSmall=jGdswP6BbLj9wJOM7WIEMw==, figureFileBig=XwkdbPM6S4FjJILYxDwMMg==, tableContent=null), ArticleFig(id=1179836945103471589, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Fig.8, caption=
Indicator optimization of 500 tasks, figureFileSmall=q3++KTvbtx1Az7XJqF32xw==, figureFileBig=l1167R6V2dDuIcFz4rj6Ug==, tableContent=null), ArticleFig(id=1179836945216717798, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=图8, caption=
500任务规模的指标优化情况, figureFileSmall=q3++KTvbtx1Az7XJqF32xw==, figureFileBig=l1167R6V2dDuIcFz4rj6Ug==, tableContent=null), ArticleFig(id=1179836945271243751, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Table 1, caption=
IPSO time complexity analysis
, figureFileSmall=null, figureFileBig=null, tableContent=
| IPSO算法步骤 | 时间 复杂度 | IPSO算法步骤 | 时间 复杂度 |
| 1.初始化种群 | O(N) | 5.SCA位置更新 | O(N) |
2.评估并记录当前粒子的 历史最优和全局最优解 | O(1) | 6.计算适应度 | O(1) |
| 3.计算种群的平均适应度值 | O(N) | 7.更新历史最优 和全局最优解 | O(N) |
| 4.PSO速度和位置更新 | O(N) | 8.输出最优解 | O(1) |
), ArticleFig(id=1179836945338352616, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=表1, caption=
IPSO时间复杂度分析
, figureFileSmall=null, figureFileBig=null, tableContent=
| IPSO算法步骤 | 时间 复杂度 | IPSO算法步骤 | 时间 复杂度 |
| 1.初始化种群 | O(N) | 5.SCA位置更新 | O(N) |
2.评估并记录当前粒子的 历史最优和全局最优解 | O(1) | 6.计算适应度 | O(1) |
| 3.计算种群的平均适应度值 | O(N) | 7.更新历史最优 和全局最优解 | O(N) |
| 4.PSO速度和位置更新 | O(N) | 8.输出最优解 | O(1) |
), ArticleFig(id=1179836945405461481, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Table 2, caption=
Virtual machine configuration
, figureFileSmall=null, figureFileBig=null, tableContent=
| Id | MIPS/ s | Ram/ GB | Band Width/ (GB·s-1) | 价格/ 元 |
| 1 | 100 | 512 | 1 | 0.19 |
| 2 | 200 | 512 | 1 | 0.27 |
| 3 | 300 | 512 | 1 | 0.43 |
| 4 | 400 | 512 | 1 | 0.51 |
| 5 | 500 | 512 | 1 | 0.62 |
), ArticleFig(id=1179836945527096298, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=表2, caption=
虚拟机配置
, figureFileSmall=null, figureFileBig=null, tableContent=
| Id | MIPS/ s | Ram/ GB | Band Width/ (GB·s-1) | 价格/ 元 |
| 1 | 100 | 512 | 1 | 0.19 |
| 2 | 200 | 512 | 1 | 0.27 |
| 3 | 300 | 512 | 1 | 0.43 |
| 4 | 400 | 512 | 1 | 0.51 |
| 5 | 500 | 512 | 1 | 0.62 |
), ArticleFig(id=1179836945636148203, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Table 3, caption=
Performance comparison of IPSO algorithm and other algorithms
, figureFileSmall=null, figureFileBig=null, tableContent=
| 任务规模 | 算法名称 | 执行总成 本/元 | 最大完工 时间/s | 适应度 函数值 |
| 小规模任务 | IPSO | 8.16 | 14 793.78 | 11.70 |
| AdPSO | 9.41 | 17 063.51 | 11.99 |
| SCA-PSO | 9.39 | 17 257.55 | 11.99 |
| SAPSO | 9.24 | 16 632.76 | 11.94 |
| EPGA | 9.66 | 17 750.14 | 12.05 |
| C2PGA | 9.60 | 17 771.72 | 12.05 |
| OBL-PSO | 9.50 | 17 106.84 | 12.00 |
| PSO | 9.75 | 21 572.02 | 12.25 |
| 中规模任务 | IPSO | 34.80 | 62 203.84 | 14.59 |
| AdPSO | 39.09 | 82 224.00 | 14.98 |
| SCA-PSO | 37.02 | 70 633.12 | 14.77 |
| SAPSO | 37.80 | 81 256.29 | 14.93 |
| EPGA | 38.29 | 70 117.08 | 14.80 |
| C2PGA | 37.89 | 69 689.03 | 14.79 |
| OBL-PSO | 37.62 | 83 562.40 | 14.96 |
| PSO | 39.28 | 97 960.72 | 15.16 |
| 大规模任务 | IPSO | 89.02 | 158 952.78 | 16.47 |
| AdPSO | 98.82 | 241 287.30 | 16.98 |
| SCA-PSO | 93.26 | 217 726.08 | 16.82 |
| SAPSO | 97.40 | 272 866.40 | 17.09 |
| EPGA | 98.07 | 204 233.44 | 16.81 |
| C2PGA | 97.01 | 202 735.05 | 16.79 |
| OBL-PSO | 99.32 | 319 761.53 | 17.27 |
| PSO | 100.35 | 351 290.27 | 17.38 |
), ArticleFig(id=1179836945778754540, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=表3, caption=
IPSO算法与其他算法性能比较
, figureFileSmall=null, figureFileBig=null, tableContent=
| 任务规模 | 算法名称 | 执行总成 本/元 | 最大完工 时间/s | 适应度 函数值 |
| 小规模任务 | IPSO | 8.16 | 14 793.78 | 11.70 |
| AdPSO | 9.41 | 17 063.51 | 11.99 |
| SCA-PSO | 9.39 | 17 257.55 | 11.99 |
| SAPSO | 9.24 | 16 632.76 | 11.94 |
| EPGA | 9.66 | 17 750.14 | 12.05 |
| C2PGA | 9.60 | 17 771.72 | 12.05 |
| OBL-PSO | 9.50 | 17 106.84 | 12.00 |
| PSO | 9.75 | 21 572.02 | 12.25 |
| 中规模任务 | IPSO | 34.80 | 62 203.84 | 14.59 |
| AdPSO | 39.09 | 82 224.00 | 14.98 |
| SCA-PSO | 37.02 | 70 633.12 | 14.77 |
| SAPSO | 37.80 | 81 256.29 | 14.93 |
| EPGA | 38.29 | 70 117.08 | 14.80 |
| C2PGA | 37.89 | 69 689.03 | 14.79 |
| OBL-PSO | 37.62 | 83 562.40 | 14.96 |
| PSO | 39.28 | 97 960.72 | 15.16 |
| 大规模任务 | IPSO | 89.02 | 158 952.78 | 16.47 |
| AdPSO | 98.82 | 241 287.30 | 16.98 |
| SCA-PSO | 93.26 | 217 726.08 | 16.82 |
| SAPSO | 97.40 | 272 866.40 | 17.09 |
| EPGA | 98.07 | 204 233.44 | 16.81 |
| C2PGA | 97.01 | 202 735.05 | 16.79 |
| OBL-PSO | 99.32 | 319 761.53 | 17.27 |
| PSO | 100.35 | 351 290.27 | 17.38 |
), ArticleFig(id=1179836945850057709, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=EN, label=Table 4, caption=
Algorithm main parameter settings
, figureFileSmall=null, figureFileBig=null, tableContent=
| 参数 | 数值 |
| 种群大小N | 100 |
| dim | 50、200、500 |
| Max | 200 |
| Mspeed | [-3,3] |
| Mposi | [0,number of vm-1] |
), ArticleFig(id=1179836945912972270, tenantId=1146029695717560320, journalId=1146123166801305609, articleId=1149774729847992988, language=CN, label=表4, caption=
算法主要参数设置
, figureFileSmall=null, figureFileBig=null, tableContent=
| 参数 | 数值 |
| 种群大小N | 100 |
| dim | 50、200、500 |
| Max | 200 |
| Mspeed | [-3,3] |
| Mposi | [0,number of vm-1] |
)], attaches=null, journal=Journal(id=1146119176004939786, delFlag=0, nameCn=科学技术与工程, nameEn=Science Technology and Engineering, nameHistory1=null, nameHistory2=null, issn=1671-1815, eissn=, cn=11-4688/T, coden=null, periodic=4, language=CN, oaType=是, ccby=null, superviseOffice=null, ownerOffice=null, pubOffice=null, editorOffice=null, officeType=null, aims=null, clcCode=null, officeProv=null, officeCity=null, officeAddr=null, officeZip=null, officeEmail=null, officePhone=null, editDirector=null, officeDirector=null, officeDirectorPhone=null, officeStaffNum=null, officeEmpNum=null, coverPicUrl=UKU/O7GSka5polgCTkbIIw==, journalPrice=null, startedYear=null, abbrevIsoEn=Sci Technol Eng, journalRemark=null, publicationField=null, createdTime=null, updatedTime=1754445529766, createdBy=null, updatedBy=13701087609, firstLetterCn=S, firstLetterEn=S, subjectCode=Natural Sciences, subjectName=自然科学, subjectCodeEn=Natural Sciences, subjectNameEn=null, picCn=UKU/O7GSka5polgCTkbIIw==, picEn=5hwlULoNwcbj3xUmVi9MAQ==, jcr=null, cjcr=null, exts=[JournalExt(id=1159791870395564357, language=CN, name=科学技术与工程, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=null, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=http://www.stae.com.cn/jsygc/home, createdTime=1754445529793, updatedTime=1754445529793, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=http://www.stae.com.cn/jsygc/site/menus/20090429150146001, submissionAuthorUrl=http://www.stae.com.cn/jsygc/author/login, submissionEditorUrl=http://www.stae.com.cn/jsygc/editor/login, submissionReviewUrl=http://www.stae.com.cn/jsygc/reviewer/login, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""}), JournalExt(id=1159791870441701702, language=EN, name=Science Technology and Engineering, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=null, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=http://www.stae.com.cn/jsygc/home, createdTime=1754445529804, updatedTime=1754445529804, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=http://www.stae.com.cn/jsygc/author/login, submissionEditorUrl=http://www.stae.com.cn/jsygc/editor/login, submissionReviewUrl=http://www.stae.com.cn/jsygc/reviewer/login, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""})], databaseList=null, tenantJournalId=1146123166801305609, websiteList=[Website(id=1148243202391400884, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1146123166801305609, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/kxjsygc/CN, language=CN, createTime=1751692112777, createBy=18614031015, updateTime=1753520965431, updateBy=18614031015, name=科学技术与工程-中文站点, tplId=1146099689490845704, title=科学技术与工程, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1148622798802673703, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1148243202391400884, code=articleTextType, value=kx, createTime=1751782615614, updateTime=1751782615614, creator=18614031015, updator=18614031015), WebsiteProps(id=1148622798781702180, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1148243202391400884, code=banner, value=null, createTime=1751782615609, updateTime=1751782615609, creator=18614031015, updator=18614031015), WebsiteProps(id=1148622798769119267, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1148243202391400884, code=logo, value=https://castjournals.cast.org.cn/joweb/kjdb/CN/file/pic?fileId=j86gbwi+p0Idkyl5SzIlmQ==, createTime=1751782615606, updateTime=1751782615606, creator=18614031015, updator=18614031015), WebsiteProps(id=1148622798794285094, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1148243202391400884, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/kjdb/CN/file/pic, createTime=1751782615612, updateTime=1751782615612, creator=18614031015, updator=18614031015), WebsiteProps(id=1148622798790090789, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1148243202391400884, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_cn_619/, createTime=1751782615611, updateTime=1751782615611, creator=18614031015, updator=18614031015)]), Website(id=1155914124811976731, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1146123166801305609, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/kxjsygc/EN, language=EN, createTime=1753521003206, createBy=18614031015, updateTime=1753521003206, updateBy=18614031015, name=科学技术与工程-英文站点, tplId=1146101810881728533, title=Science Technology and Engineering, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1155914371227308235, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1155914124811976731, code=articleTextType, value=kx, createTime=1753521061952, updateTime=1753521061952, creator=18614031015, updator=18614031015), WebsiteProps(id=1155914371210531016, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1155914124811976731, code=banner, value=null, createTime=1753521061947, updateTime=1753521061947, creator=18614031015, updator=18614031015), WebsiteProps(id=1155914371202142407, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1155914124811976731, code=logo, value=https://castjournals.cast.org.cn/joweb/kjdb/CN/file/pic?fileId=j86gbwi+p0Idkyl5SzIlmQ==, createTime=1753521061945, updateTime=1753521061945, creator=18614031015, updator=18614031015), WebsiteProps(id=1155914371223113930, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1155914124811976731, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/kjdb/CN/file/pic, createTime=1753521061950, updateTime=1753521061950, creator=18614031015, updator=18614031015), WebsiteProps(id=1155914371218919625, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1155914124811976731, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_cn_619/, createTime=1753521061949, updateTime=1753521061949, creator=18614031015, updator=18614031015)])], journalTitle=科学技术与工程, weixinUrl=null, journalUrl=null, iacademicId=null, status=0, seqNo=null, journalTitleEn=Science Technology and Engineering, journalPhotoCn=UKU/O7GSka5polgCTkbIIw==, journalPhotoEn=5hwlULoNwcbj3xUmVi9MAQ==, journalFirstLetter=S, journalRecommend=null, journalNew=null, journalCollection=null, jcrJf=null, cjcrJf=null, jcrJfStr=null, cjcrJfStr=null, submissionFirstDecision=null, sciSubjectClassification=null, casSubjectClassification=null, citeScore=null, totalCitationFrequency=null, icpCode=null, psCode=null, advertisingLicenseCode=null, copyrightInformation=null, country=null, option=null, provinceCode=null, provinceName=null, collectFlag=false), detailUrlCn=https://castjournals.cast.org.cn/joweb/kxjsygc/CN/10.12404/j.issn.1671-1815.2403824, detailUrlEn=https://castjournals.cast.org.cn/joweb/kxjsygc/EN/10.12404/j.issn.1671-1815.2403824, pdfUrlCn=https://castjournals.cast.org.cn/joweb/kxjsygc/CN/PDF/10.12404/j.issn.1671-1815.2403824, pdfUrlEn=https://castjournals.cast.org.cn/joweb/kxjsygc/EN/PDF/10.12404/j.issn.1671-1815.2403824, aliStartDate=null, aliEndDate=null, collectionFlag=false, citedCount=null, citedUrl=null, reference=null)