Giter Site home page Giter Site logo

sgirardin / nsga-ii Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onclave/nsga-ii

0.0 0.0 0.0 1.03 MB

an implementation of NSGA-II in java

License: MIT License

Java 100.00%
nsga-ii nsga2 nsgaii multiobjective-optimization genetic-algorithm

nsga-ii's Introduction

Train rostering using NSGA-II

an NSGA-II implementation for assigning randomly Train Services to train crews

Original implementation of the algorithm: here v3.0.1 Original readme.md here

Installation

You will need:

  1. Have Java >= 13
  2. Maven 3+
  3. Then clone the repository locally

How to run

With your favorite IDE (prefered way)

  1. Run the main class NSGA2Test.java

Command line

  1. Go in project root folder with a terminal
  2. Run mvn install -Dgpg.skip exec:java
  3. Do modification in the configuration and do the command at point above.

Configuration

In the NSGA2Test:main method you can change the following parameters:

  1. Population size
  2. Number of generations
  3. Mutation probability
  4. Which crossover operator (for the moment we have UniformCrossover or OnePointMutation)
  5. Size of Train Crew against which 63 Services will be distributed

Data sets

  • ch.fhnw.mbis.aci.nsgaii.sets.models.TrainService.java for the train services
  • ch.fhnw.mbis.aci.nsgaii.sets.models.TrainCrew.java for the train drivers

nsga-ii's People

Contributors

onclave avatar sajib-acharya avatar sgirardin avatar

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.