Skip to content

Repository files navigation

To execute, uses the declared function in ga_handler

handler = GAHandler(problem) # Creates a handler for the problem
handler.runConditional(number_of_individuals, num_of_generations, iterations, max_reachable) # For executing Conditional
handler.runBroad(number_of_individuals, num_of_generations, iterations, max_reachable) # For executing Broad
handler.runMixed1(number_of_individuals, num_of_generations, iterations, max_reachable) # For executing a specific algorithm for MK01
handler.runMixed2(number_of_individuals, num_of_generations, iterations, max_reachable) # For executing a specific algorithm for MK02

About

This project is based on various research papers and implements various solutions to Flexible Job Shop Scheduling problem. The version of Python is the 3.8.0.

Resources

Stars

22 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages