Giter Club home page Giter Club logo

vrp's Introduction

VRP Project

This project is one of the assignment of my IA course at the university of bologna. The objective is to build a simple program that, through a Genetic Algorithm and/or an Ant Colony Optimization Algorithm, find the best solution for a VRP/TSP problem. In addiction i want to explore a little more the functional programming paradigm. That's why the choice of Haskell as programming language.

In this case i used some the instance in the files folder and consider only the distance between the points. In the following there're some intruction for building the project and set it up.

Building and Executing the Project

For the building of this project i suggest the stack tool, it will intall all the haskell requirements and dependecies for this project.

For building, run: stack build from the root of the project. For executing, run: stack exec VRP from the root of the project.

Set the Parameters

If you want to change some of the parameters of the algorithms go to Parameters.hs file and rebuild the project. In particular pay attention to set the right absolute path of the files folder or the project will rise a runtime error. If something in the types is wrong inside the parameter file, the project will not compile.

vrp's People

Contributors

benkio avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

fwsilent

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.