Skip to content

aishfenton/bees_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bees VRP Solver

By Aish Fenton

 o
	    
	   //       .'''.
	 O(_))) ...'     `.
		\\             `.    .'''
	                     `..'

An algorithm for solving the Vehicle Routing Problem (VRP) using a bees inspired meta-heuristic. See here for an in-depth description of the algorithm and its results.

Install

Prerequisites are:

Usage

Can be run across any of the canonic benchmark problems found in /src/main/scala/com/routably/beessolver/vrp/data. Pass the problem name as an argument to BeeSolver:run task. For example:

buildr BeesSolver:run[P01E51K05]

Copyright

Copyright (c) 2010 Aish Fenton. See LICENSE for details.

About

Combinatorial optimization solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages