/class-scheduling

Class scheduling application with genetic algorithms

Primary LanguageJavaApache License 2.0Apache-2.0

Scheduling Classes Using Genetic Algorithms

Building from Source

  • Clone the source code.
> git clone https://github.com/madawas/class-scheduling.git
  • Navigate to the project root and build the project.
> cd class-scheduling
> mvn clean install   
  • Navigate to target and unzip ${project.name}-${project.version}.zip
> unzip ${project.name}-${project.version}.zip  
  • Run the application.
> java -jar ${project.name}-${project.version}.jar