Skip to content

This repository contains the implementation of an enhanced NSGA-II algorithm for solving the Flexible Job Shop Scheduling Problem (FJSP), focusing on multi-objective optimization. Developed as part of the Bio-Inspired Artificial Intelligence course project at the University of Trento.

Notifications You must be signed in to change notification settings

Avalon-S/BioAI_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 

Repository files navigation

BioAI_Project

The old version of the project has been moved to the legacy_branch.
The main branch will host a more advanced Flexible Job Shop Problem (FJSP) project.

🚧 Under development... πŸš€


πŸ“Œ Note: The legacy_branch is not included by default in forks.

To fetch it manually, run:

git remote add upstream https://github.com/Avalon-S/BioAI_Project.git
git fetch upstream legacy_branch
git checkout -b legacy_branch upstream/legacy_branch

or directly download the .zip file from this link.

About

This repository contains the implementation of an enhanced NSGA-II algorithm for solving the Flexible Job Shop Scheduling Problem (FJSP), focusing on multi-objective optimization. Developed as part of the Bio-Inspired Artificial Intelligence course project at the University of Trento.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published