Mdvrp
Solving the multiple depot vehicle routing problem
Install / Use
/learn @jd3johns/MdvrpREADME
mdvrp
Solving the Multiple Depot Vehicle Routing Problem with Intelligent Waterdrops metaheuristic using the Cordeau benchmarks.
Run Instructions
Code originally run with Matlab 2014a, so we do not guarantee it will run on any other version.
Steps:
- Open Matlab 2014a
- Change your directory to be the 'code' directory
- Open the IWD.m file
- Change the following variables in the IWD.m file as you desire:
- pind -- problem index (1-5; which problem set to run)
- soilMat = (weighting) * globalSoilMat -- edge length weighting of soil
- (change "weighting" to any of the following three by uncommenting)
- log(distMat + 1)
- distMat
- exp(distMat)
- Run the IWD.m code
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
