时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx

上传人:b****3 文档编号:911466 上传时间:2022-10-13 格式:DOCX 页数:7 大小:93.21KB
下载 相关 举报
时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx_第1页
第1页 / 共7页
时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx_第2页
第2页 / 共7页
时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx_第3页
第3页 / 共7页
时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx_第4页
第4页 / 共7页
时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx_第5页
第5页 / 共7页
点击查看更多>>
下载资源
资源描述

时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx

《时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx》由会员分享,可在线阅读,更多相关《时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx(7页珍藏版)》请在冰豆网上搜索。

时间窗约束下的车辆路径问题遗传算法外文翻译可编辑.docx

时间窗约束下的车辆路径问题遗传算法外文翻译可编辑

时间窗约束下的车辆路径问题遗传算法外文翻译

 

外文翻译

原文

GeneticAlgorithmsfortheVehicleRoutingProblemwithTimeWindows

MaterialSource:

SpecialissueonBioinformaticsandGeneticAlgorithmsAuthor:

OlliBr?

ysy

1Introduction

VehicleRoutingProblemsVRPareallaroundusinthesensethatmanyconsumerproductssuchassoftdrinks,beer,bread,snackfoods,gasolineandpharmaceuticalsaredeliveredtoretailoutletsbyafleetoftruckswhoseoperationfitsthevehicleroutingmodel.Inpractice,theVRPhasbeenrecognizedasoneofthegreatsuccessstoriesofoperationsresearchandithasbeenstudiedwidelysincethelatefifties.Publicservicescanalsotakeadvantageofthesesystemsinordertoimprovetheirlogisticschain.Garbagecollection,ortowncleaning,takesaneverincreasingpartofthebudgetoflocalauthoritiesAtypicalvehicleroutingproblemcanbedescribedastheproblemofdesigningleastcostroutesfromonedepottoasetofgeographicallyscatteredpointscities,stores,warehouses,schools,customersetc.Theroutesmustbedesignedinsuchawaythateachpointisvisitedonlyoncebyexactlyonevehicle,allroutesstartandendatthedepot,andthetotaldemandsofallpointsononeroutemustnotexceedthecapacityofthevehicleTheVehicleRoutingProblemwithTimeWindowsVRPTWisageneralizationoftheVRPinvolvingtheaddedcomplexitythateverycustomershouldbeservedwithinagiventimewindow.AdditionalcomplexitiesencounteredintheVRPTWarelengthofrouteconstraintarisingfromdepottimewindowsandcostofwaitingtime,whichisincurredwhenavehiclearrivestooearlyatacustomerlocation.Specificexamplesofproblemswithtimewindowsincludebankdeliveries,postaldeliveries,industrialrefusecollection,school-busroutingandsituationswherethecustomermustprovideaccess,verification,orpaymentupondeliveryoftheproductorservice[SolomonandDesrosiers,1988].

Besidesbeingoneofthemostimportantproblemsofoperationsresearchinpracticalterms,thevehicleroutingproblemisalsooneofthemostdifficultproblemstosolve.Itisquiteclosetooneofthemostfamouscombinatorialoptimizationproblems,theTravelingSalespersonProblemTSP,whereonlyonepersonhastovisitallthecustomers.TheTSPisanNP-hardproblem.Itisbelievedthatonemayneverfindacomputationaltechniquethatwillguaranteeoptimalsolutionstolargerinstancesforsuchproblems.Thevehicleroutingproblemisevenmorecomplicated.Evenforsmallfleetsizesandamoderatenumberoftransportationrequests,theplanningtaskishighlycomplex.Hence,itisnotsurprisingthathumanplannerssoongetoverwhelmed,andmustturntosimple,localrulesforvehiclerouting.Nextwewilldescribebasicprinciplesofgeneticalgorithmsandsomeapplicationsforvehicleroutingproblemwithtimewindows.

2Generalprinciplesofgeneticalgorithms

TheGeneticAlgorithmGAisanadaptiveheuristicsearchmethodbasedonpopulationgenetics.Thebasicconceptsaredevelopedby[Holland,1975],whilethepracticalityofusingtheGAtosolvecomplexproblemsisdemonstratedin[DeJong,1975]and[Goldberg,1989].Referencesanddetailsaboutgeneticalgorithmscanalsobefoundforexamplein[Alander,2000]and[Mühlenbein,1997]respectively.Thecreationofanewgenerationofindividualsinvolvesprimarilyfourmajorstepsorphases:

representation,selection,recombinationandmutation.Therepresentationofthesolutionspaceconsistsofencodingsignificantfeaturesofasolutionasachromosome,defininganindividualmemberofapopulation.Typicallypicturedbyabitstring,achromosomeismadeupofasequenceofgenes,whichcapturethebasiccharacteristicsofasolution.

Therecombinationorreproductionprocessmakesuseofgenesofselectedparentstoproduceoffspringthatwillformthenextgeneration.Itcombinescharacteristicsofchromosomestopotentiallycreateoffspringwithbetterfitness.Asformutation,itconsistsofrandomlymodifyinggenesofasingleindividualatatimetofurtherexplorethesolutionspaceandensure,orpreserve,geneticdiversity.Theoccurrenceofmutationisgenerallyassociatedwithlowprobability.Anewgenerationiscreatedbyrepeatingtheselection,reproductionandmutationprocessesuntilallchromosomesinthenewpopulationreplacethosefromtheoldone.Aproperbalancebetweengeneticqualityanddiversityisthereforerequiredwithinthepopulationinordertosupportefficientsearch.

AlthoughtheoreticalresultsthatcharacterizethebehavioroftheGAhavebeenobtainedforbit-stringchromosomes,notallproblemslendthemselveseasilytothisrepresentation.Thisisthecase,inparticular,forsequencingproblems,likevehicleroutingproblem,whereanintegerrepresentationismoreoftenappropriate.Weareawareofonlyoneapproachby[Thangiah,

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

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

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

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