GuidedLocalSearch
Guided local search to solve travelling salesman.
Installation
Add this line to your application's Gemfile:
gem 'guided_local_search'
And then execute:
$ bundle
Or install it yourself as:
$ gem install guided_local_search
Usage
For example GuidedLocalSearch::GuidedLocalSeach.new.search(150, [[50, 50],[70, 70]], 20, 70)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request