Code Monkey home page Code Monkey logo

planningalgorithm's Introduction

planningalgorithm

Genetic algorithm with a giffler thompson algorithm for FJSSP

Hello, my name is Henrik. I am an mechanical engineer who enjoys to code in his freetime. This my approch for the FJSSP.

PLEASE NOTE:

  • this is my first programming project (please have mercy with me :/)
  • i am not a trained programmer (like i said, i am an mechanical engineer)
  • my native language is german, sadly there are still commits, comments and variablenames in german. Sorry, i will replace them ASAP
  • i used this first project to get in touch with programming and learning java (which i really enjoyed)
  • i would love every kind of feedback

Thank you

Some notes to the structure of the programm:

  • i used a Genetic Algorithm

    • Mutation: One-Bit-Mutation / Swap Mutation (for Allocation) and Mixed-Mutation / Swap-Mutation (for Sequence)
    • Rekombination: N-Point_Recombination (Allocation) and Order-Recombination (Sequence)
    • Selektion: Q-Tournament Selection and a Plus-Selection (Children and %Parents go to next Generation)
    • Fitness: Productiontime based on ranks
  • i used a list planning algorithm (Giffler-Thompson-Algorithm) to get only permitted schedules

    • for reference: Bierwirth, Christian ; Mattfeld, Dirk C.: Production Scheduling and Rescheduling with Genetic Algorithms. In: Evolutionary Computation 7 (1999), Nr. 1, S. 1โ€“17.

Some notes to the excel sheet:

  • the programm is made for k jobs with n operations
  • operations are connected with their predecessor operaion to the jobs
  • Every Operation needs a number
  • Programm is made for n operations and m machines (only practical limit)
  • predecessors must be given for every operation (except of cource for the starting operations)
  • starting operations get a "0"
  • multiple jobs can be given, every operation only need its predecessors
  • if machine cant do an operation just put in a "0"

planningalgorithm's People

Contributors

enruk avatar

Stargazers

 avatar

Watchers

 avatar

planningalgorithm's Issues

Programm not working after building

While debugging in VSC there are no issues and the programm works just fine. The building of the programm works without any errors.
After building the programm and runnning if, the GUI starts correctly. But if i start the algorithm the programms get stuck.
Sadly i cant debug at the point and if i go back to the programm in VSC it works fine.

Q: How i can find for errors outside of debugging in VSC (after i build the programm)

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.