Giter Site home page Giter Site logo

rayjasson98 / hybrid-genetic-algorithm-simulated-annealing-for-presentation-scheduling Goto Github PK

View Code? Open in Web Editor NEW
47.0 1.0 6.0 2.33 MB

This repository demonstrates how the Presentation Scheduling problem, which is analogous to the famous University Course Timetabling Problem (UCTP), can be solved using the Hybrid Genetic Algorithm-Simulated Annealing (HGASA) algorithm.

License: MIT License

Python 100.00%
python genetic-algorithm simulated-annealing scheduling-problem timetable-scheduling-application

hybrid-genetic-algorithm-simulated-annealing-for-presentation-scheduling's People

Contributors

deepsourcebot avatar imgbotapp avatar rayjasson98 avatar yiqingkang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hybrid-genetic-algorithm-simulated-annealing-for-presentation-scheduling's Issues

Slow convergence speed for HGASA algorithm

The improvement of penalty points over iterations is too slow as shown in the sample graph. A better way of changing the scheduling of the presentations in each iteration can be tried. For example, selecting a better neighbourhood structure in the SA phase.

Improvement on meeting SC01 (scheduling of consecutive presentations)

As stated in SC01, the number of consecutive presentations should not exceed and should be as close as possible to a supervisor's preference. Penalty points will be given if the number of consecutive presentations is different from the preferred value. In other words, we are trying to schedule the presentations in a way such that the supervisors can attend most presentations in a row without work overload. As of now, HGASA algorithm can schedule the presentations without exceeding the preferred value. However, it does not work very well to arrange other presentations (those supervised by the same supervisor) consecutively. A better penalty scheme or change in the scheduling method is expected.

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.