https://github.com/nuhu-ibrahim/time-table-scheduling
A time table scheduling system using genetic algorithm
https://github.com/nuhu-ibrahim/time-table-scheduling
genetic-algorithm java javase table-scheduling timetable-generator
Last synced: about 1 year ago
JSON representation
A time table scheduling system using genetic algorithm
- Host: GitHub
- URL: https://github.com/nuhu-ibrahim/time-table-scheduling
- Owner: nuhu-ibrahim
- Created: 2019-01-28T14:30:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T03:47:54.000Z (over 5 years ago)
- Last Synced: 2025-03-24T15:11:21.754Z (about 1 year ago)
- Topics: genetic-algorithm, java, javase, table-scheduling, timetable-generator
- Language: Java
- Size: 998 KB
- Stars: 16
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI based Time table scheduling system using Genetic Algorithm (Java)
## Installation Process
i. Create a database with the name "time_table_scheduling" then import file time_table_scheduling.sql in the /db folder to the newly created database
ii. To run the executable jar file in the /dist folder, you need to install a JDK 1.8 or later
## Go ahead and try out the features of the application by double clicking on the jar file named Time Table Scheduling in the /dist folder
## Credits to Pranav Khurana for some genetic algorithms that became very useful in development of this project
## Thank you
If you find this code interesting or useful, kindly click on the like button and follow me for more.