You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of the project was to design the logistic model of autonomous robots that would supply garment parts from the Cutting Dept to the Makeup Dept in the shortest time possible and using the most optimized path.
Generic Engine for Multi-disciplinary Scenarios, Exploration and Optimization. This is a MIRROR of our gitlab repository, the development activity and support happen over there.
This code has been used in the paper titled: "How Do Machine Learning Models Perform in Predicting the Solution Time for Optimization Problems? Case of Job Shop Scheduling Problem"
Multi-Objective Optimization of 3 output functions based on 5 input variables using epsilon-constraint method in Pyomo. [developed using ChatGPT July 20 Version]
This repositories include python version of the optimization algorithm which is proposed by Mirjalili, and I did some modifications based on the original code.