GithubHelp home page GithubHelp logo

gaproject's Introduction

gaproject

Project for the course of Evolutionary Computing

How to run:

Get in the project's folder:

cd gaproject

Then run the gaproject directory:

python gaproject

How to run - distributed:

Launch the MongoDB database

Launch a few workers:

python gaprunner/worker

Launch an analyzer:

python analyzers/optimizer.py

gaproject's People

Contributors

aarribas avatar hoh avatar

Watchers

 avatar  avatar  avatar

gaproject's Issues

Implement new mutations

See:
Exchange Mutation: The exchange mutation operator selects two cities of the tour randomly and simply exchanges them. In various publications the exchange mu- tation operator is also referred to as swap mutation, point mutation, reciprocal exchange, or order-based mutation [LKM+99].
• Insertion Mutation: The insertion mutation operator [Mic92] randomly chooses a city, re- moves it from the tour and inserts it at a randomly selected place. An alternative naming for insertion mutation is position-based mutation
[LKM+ 99].
• Simple Inversion Mutation: The simple inversion mutation operator [Hol75], which is used in the TSP experiments of the book, randomly selects two cut points and sim- ply reverses the string between them.
• Inversion Mutation: The inversion mutation operator [Fog93] randomly selects a subtour, removes it, and inserts it in reverse order at a randomly chosen position. An alternative naming for inversion mutation is cut-inversion mutation [LKM+ 99].

Graph the stats

Use matplotlib to graph the stats of the process (diversity, best & worse individual over time, ...)

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.