Genetic-Algorithm-for-Job-Shop-Scheduling-and-NSGA-II icon indicating copy to clipboard operation
Genetic-Algorithm-for-Job-Shop-Scheduling-and-NSGA-II copied to clipboard

Learning how to implement GA and NSGA-II for job shop scheduling problem in python

Results 4 Genetic-Algorithm-for-Job-Shop-Scheduling-and-NSGA-II issues
Sort by recently updated
recently updated
newest added

Hi Cheng-Man, Did you consider demand parameter in this software and lot streaming optimization? Thanks, Duy Khai

Hi, Thank you for your excellent work! However, it seemed that there was a mistake in the selection section. ``` if selection_rand[i]

Hi, I am just wondering have you got JSP_dataset.xlsx for NSGA-II code.py ?? Thanks.