Skip to content

Files

Latest commit

 

History

History

Genetic-Algorithm-for-Job-Shop-Scheduling-and-NSGA-II

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Genetic-Algorithm-for-Job-Shop-Scheduling-and-NSGA-II

This topic focuses on how to solve the Job Shop scheduling problem through the Genetic Algorithm (GA) and the Nondominated Sorting Genetic Algorithm II (NSGA-II). At first, we will introduce the concept of GA and NSGA-II first, and finally implement and explain through Python.

Table of contents:

Choose a section to move

§ Introduction

Update time Article
2018 Genetic Algorithm (GA)
2018 Nondominated Sorting Genetic Algorithm II (NSGA-II)

§ Implementation with Python

Update time Article Link
2018 GA For Flow Shop Documentation / Example / code / Folder
2018 GA For Job Shop Documentation / Example / code / Folder
2018 NSGA-II Documentation / Example / code / Folder