readme
来自「随机需求vrp」· 代码 · 共 11 行
TXT
11 行
This directory contains two small memetic algorithm programs for the Vehicle Routing Problem with Stochastic Demand (VRPSD) under the preventive restocking policy. They both use orOpt local search, but while the ea version uses an approximated delta-function for the expected cost of an a priory tour, theeaFlimflam version uses the TSP delta-function within the local search tospead it up considerably.Both versions are meant to be used with the following command line options-a 1 meaning that we use adaptive mutation rate-mr 0.5 meaning that the highest mtation rate is 0.5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?