SCI论文模板Word文件下载.docx

上传人:b****4 文档编号:17156148 上传时间:2022-11-28 格式:DOCX 页数:6 大小:75.40KB
下载 相关 举报
SCI论文模板Word文件下载.docx_第1页
第1页 / 共6页
SCI论文模板Word文件下载.docx_第2页
第2页 / 共6页
SCI论文模板Word文件下载.docx_第3页
第3页 / 共6页
SCI论文模板Word文件下载.docx_第4页
第4页 / 共6页
SCI论文模板Word文件下载.docx_第5页
第5页 / 共6页
点击查看更多>>
下载资源
资源描述

SCI论文模板Word文件下载.docx

《SCI论文模板Word文件下载.docx》由会员分享,可在线阅读,更多相关《SCI论文模板Word文件下载.docx(6页珍藏版)》请在冰豆网上搜索。

SCI论文模板Word文件下载.docx

Correspondenceautuor(通讯作者:

):

tel/faxXXX;

e-mail:

XXX

Abstract

Shuffledfrog-leapingalgorithm(SFLA)haslongbeenconsideredasnewevolutionaryalgorithmofgroupevolution,andhasahighcomputingperformanceandexcellentabilityforglobalsearch.KnapsackproblemisatypicalNP-completeproblem.Forthediscretesearchspace,thispaperpresentstheimprovedSFLA,andsolvestheknapsackproblembyusingthealgorithm.Experimentalresultsshowthefeasibilityandeffectivenessofthismethod.

Keywords:

shuffledfrog-leapingalgorithm;

knapsackproblem;

optimizationproblem

0Introduction

Knapsackproblem(KP)isaverytypicalNP-hardproblemincomputerscience,whichwasfirstproposedandstudiedbyDantzing​​inthe1950s.Therearemanyalgorithmsforsolvingtheknapsackproblem.ClassicalalgorithmsforKParethebranchandboundmethod(BABM),dynamicprogrammingmethod(分支界定法和动态规划法),etc.However,mostofsuchalgorithmsareover-relianceonthefeaturesofproblemitself,thecomputationalvolumeofthealgorithmincreasesbyexponentially,andthealgorithmneedsmoresearchingtimewiththeexpansionoftheproblem.IntelligentoptimizationproblemforsolvingNParetheantcolonyalgorithm,greedyalgorithm,etc.Suchalgorithmsdonotdependonthecharacteristicsoftheproblemitself,andhavethestrongglobalsearchability.Relatedstudieshaveshownthatitcaneffectivelyimprovetheabilitytosearchfortheoptimalsolutionbycombiningtheintelligentoptimizationalgorithmwiththelocalheuristicsearchingalgorithm.

Shuffledfrog-leapingalgorithmisanewintelligentoptimizationalgorithm,itcombinestheadvantagesofmemealgorithmbasedongeneticevolutionandparticleswarmalgorithmbasedongroupbehavior.Ithasthefollowingcharacteristics:

simpleinconcept,fewparameters,thecalculationspeed,globaloptimizationability,easytoimplement,etc.andhasbeeneffectivelyusedinpracticalengineeringproblems,suchasresourceallocation,jobshopprocessarrangements,travelingsalesmanproblem,0/1knapsackproblem,etc.However,thebasicleapfrogalgorithmiseasytoblendintolocaloptimum,andthusthispaperimprovedtheshuffledfrog-leapingalgorithmtosolvecombinatorialoptimizationproblemssuchasknapsackproblem.Experimentalresultsshowthatthealgorithmiseffectiveinsolvingsuchproblems.

1Themathematicalmodelofknapsackproblem

KnapsackproblemisaNP-completeproblemaboutcombinatorialoptimization,whichisusuallydividedinto0/1knapsackproblem,completeknapsackproblem,multipleknapsackproblem,mixedknapsackproblem,thelatterthreekindscanbetransformedintothefirst,therefore,thepaperonlydiscussedthe0/1knapsackproblem.Themathematicalmodelof0/1knapsackproblemcanbedescribedas:

where:

nisthenumberofobjects;

wiistheweightoftheithobject(I=1,2…n);

viisthevalueoftheithobject;

xiisthechoicestatusoftheithobject;

whentheithobjectisselectedintoknapsack,definingvariablexi=1,otherwisexi=0;

Cisthemaximumcapacityofknapsack.

2Thebasicshuffledfrog-leapingalgorithm

ItgeneratesPfrogsrandomly,eachfrogrepresentsasolutionoftheproblem,denotedbyUi,whichisseenastheinitialpopulation.Calculatingthefitnessofallthefrogsinthepopulation,andarrangingthefrogaccordingtothedescendingoffitness.Thendividingthefrogsoftheentirepopulationintomsub-groupof,eachsub-groupcontainsnfrogs,soP=m*n.Allocationmethod:

inaccordancewiththeprincipleofequalremainder.Thatis,byorderofthescheduled,the1,2,...,nfrogswereassignedtothe1,2,....,Nsub-groupsseparately,then+1frogwasassignedtothefirstsub-group,andsoon,untilallthefrogswereallocated.

Foreachsub-group,settingUBisthesolutionhavingthebestfitness,UWisthesolutionhavingtheworstfitness,Ugisthesolutionhavingthebestfitnessintheglobalgroups.Then,searchingaccordingtothelocaldepthwithineachsub-group,andupdatingthelocaloptimalsolution,updatingstrategyis:

where,Sistheadjustmentvectorofindividualfrog,Smaxisthelargeststepsizethatisallowedtochangebythefrogindividual.Randisarandomnumberbetween0and1.

3Theimprovedshuffledfrog-leapingalgorithmforKP

Afrogisonbehalfofasolution,whichisexpressedbythechoicestatusvectorofobject,thenfrogU=(x1,x2,…,xn),where,xiisthechoicestatusofthei-thobject;

whenthei-thobjectisselectedintoknapsack,definingvariablexi=1,otherwisexi=0;

f(i),thefitnessfunctionofindividualfrogcanbedefinedas:

3.1Thelocalupdatestrategyoffrog

Thepurposeofimplementingthelocalsearchinthefrogsub-groupistosearchthelocaloptimalsolutionindifferentsearchdirections,aftersearchinganditeratingacertainnumberofiterations,makingthelocaloptimuminsub-groupgraduallytendtotheglobaloptimumindividual.

Definition1Givingafrog’sstatusvectorU,theswitchingsequenceC(i,j)isdefined:

where,Uisaidthestateofobjectibecomesfromtheselectedtothecancelstate,orinturn;

Ui=Uj,objectiandobjectjexchangeplaces,thatobjectiandobjectjareselectedordeselectedatthesametime.Ui≠Uj,objectiisselectedorcanceled,orinturn.Thenthenewvectorofswitchingoperationis:

Definition2SelectinganytwovectorsUiandUjoffrogfromthegroup,D,thedistancefromUitoUjisallexchangesequencesthatUiisadjustedtoUj.

where,misthenumberofadjusting.

Basedontheabovedefinition,theupdatestrategyoftheindividualfrogisdefinedasfollows:

where,listhenumberofswitchingsequenceD(UB,UW)forupdatingUW;

lmaxisthemaximumnumberofswitchingsequenceallowedtobeselected;

sistheswitchingsequencerequiredforupdatingUW.

3.2Theglobalinformationexchangestrategy

Duringtheexecutionofthebasicshuffledfrog-leapingalgorithm,theoperationofupdatingthefeasiblesolutionwasisexecutedrepeatedly,itisusuallytomeetthesituationthatupdatingfail,thebasicshuffledfrog-leapingalgorithmupdatesthefeasiblesolutionrandomly,buttherandommethodoftenfallsintolocaloptimumorreducestherateofconvergenceofthealgorithm.

Obviously,thekeythatovercomingtheshortcomingsofbasicSFLAinevolutionis:

itisnecessarytokeeptheimpactoflocalandglobalbestinformationonthefrogjump,butalsopayattentiontotheexchangeofinformationbetweenindividualfrogs.Inthispaper,firsttwojumpingmethodsinbasicSFLAareimprovedasfollows:

Pn=PX+r1*(Pg-Xp1(t))+r2*(PW-Xp2(t))(5)

Pn=Pb+r3*(Pg-Xp3(t))(6)

Where,Xp1(t),Xp2(t),Xp3(t)areanythreedifferentindividualswhicharedifferentfromX.Meanwhile,removingthesortingoperationaccordingtothefitnessvalueoffrogindividualfrombasicSFLA,andappropriatelylimitingthethirdfrogjump.Thus,wegetanefficientmodifiedSFLAbasingontheimprovementsofabove.Inthemodifiedalgorithm,thefrogindividualinthesubgroupgeneratesanewindividual(thefirstjump)byusingformula(5),ifthenewindividualisbetterthanitsparententitythenreplacingtheparentindividual.otherwisere-generatinganewindividual(thefrogjumpagain)byusing(6).Ifbetterthantheparent,thenreplacingit.orwhenr4≤FS(thepre-vector,itscomponentsare0.2≤FSi≤0.4),generatinganewindividual(thethirdfrogjump)randomlyandreplacingparententity.

Thenewupdatestrategywillenhancethediversityofpopulationandthesearchthroughoftheworstindividualintheiterativeprocess,whichcanensurecommunities’evolvingcontinually,helpimprovingtheconvergencespeedandavoidfallingintolocaloptimum,andthenexpectalgorithmbothcanconvergetothenearbyofoptimalsolutionquicklyandcanapproximateaccuracy,improvedtheperformanceoftheshuffledfrog-leapingalgorithm.

4Simulationexperiment

Twoclassical0/1knapsackprobleminstanceswereusedinthepaper,example1wastakenfromtheliterature[11],example2wastakenfromtheliterature[12].Thecomparisonalgorithmusedinthepaperwasbranchandboundmethodfor0/1knapsackproblem.Underthesameexperimentalconditions,twoinstancesofsimulationexperimentswereconducted20times,theaveragestatisticalresultswereshowninTable1andTable2.

5Conclusion

Theshuffledfrog-leapingalgorithmisakindofsearchalgorithmwithrandomintelligenceandglobalsearchcapability,thispaperimprovedshuffledfrog-leapingalgorithmandsolvedthe0/1knapsackproblembyusingthealgorithm.Experimentsshowthattheimprovedalgorithmhasbetterfeasibilityandeffectivenessinsolving0/1knapsackproblem.

Acknowledgements

ThisworkwassupportedbyXXX(基金号).OurspecialthanksareduetoProf.XXX(name),XXX(affiliation),forhishelpfuldiscussionwithpreparingthemanuscript.

References:

[7]EusuffMM,LanseyKE.Optimizationofwaterdistributionnetworkdesignusingtheshuffledfrogleapingalgorithm[J].WaterResourcePlanningandManagement,2003,129(3):

210~225

[8]Ying-haiLI,Jian-zhongZHOU,Jun-jieYANG.Animprovedshuffledfrog-leapingalgorithmbasedontheselectionstrategyofthreshold[J].ComputerEngineeringandApplications,2007,43(35):

19~21

[9]Xue-huiLUO,YANGYe,LIXia.Improvedshuffledfrog-leapingalgorithmforTSP[J].JournalofCommunication,2009,30(7):

130~135

[10]Zong-yiXUAN,Cui-junZHANG.SolvingtheKPbasedonshuffledfrog-leapingalgorithm[J].ScienceTechnologyandEngineering,2009,9(15):

4363~4

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 解决方案 > 学习计划

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1