GithubHelp home page GithubHelp logo

oracleproject's Introduction

Traveling Salesman problem using Genetic Algorithms.

In the city of Guadalajara, Oracle wants to pick up their employees in their houses and bring them to work. Oracle wants to know the most optimal route to pick up each employee, starting from 5 different bus stops.
I created an algorith that displays the best routes to pick up each customer using GoogleMaps API.

You need to install Visual Studio, with ASP.NET MVC 5

Before you compile, you need to open Tools > Nuget Package Manager > Package Manager Console-
1. Run command "update-database"
2. Open View > Server Explorer.
3. Open Data Connections > DefaultConnection > Tables.
4. Right click on table Distances y click "New Query". Copy the contents of the document "Distances.sql" that is included.
5. Right click on table Locations y click "New Query". Copy the contents of the document "Locations.sql" that is included.

Run the code.

Important Parameters:

numberPoints: The number of points to evaluate.
timestoRun : The number of tries you want to evaluate


Necesitas Instalar Visual Studio, con ASP.NET MVC 5.
Antes de compilar debes abrir Tools > Nuget Package Manager > Package Manager Console.
1.Corre el comando "update-database".
2.Abre View > Server Explorer.
3.Abre Data Connections > DefaultConnection > Tables.
4.Da click derecho en la tabla Distances y dale en "New Query". Copia el contenido del documento Distances.sql que viene incluido.
5.Da click derecho en la tabla Locations y dale en "New Query". Copia el contenido del documento Locations.sql que viene incluido.

Córrelo.

Parámetros Importantes:

numberPoints : Es el número de puntos que va a evaluar.
timestoRun : Es el número de intentos que quieres evaluar.

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.