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
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
Hey,
first i have to say a big thanks for the tool. Im just starting a project and i am looking for a good framework for my scheduling problem.
I wanted to get started and found the training-page (https://www.optaplanner.org/learn/training.html). There is the Free online training which is recommended - but both links pointing to a 404: You've found something, but not the page you're looking for.
Would be nice this links could be fixed.
One more question: Is there any chance to get an idea how the performance of a model could be? I first started a few easy examples like optimize the value of the content of a bag with some criteras with a constraint solver (python-constraint) - and the performance was kinda bad ~ 25 seconds. So i ported the code/problem to a mip framework (Python MIP) and it only took fractions of a second (0,062sec) --> with the same result.
For my project i need pretty fast a result (optimal would be 1 sec).
I am also looking for an extended example of a job scheduling of maschines, where jobs should be optimized that the span of all is minimized but with an "handing system" which connects the maschines and moves the items from one maschine to another. So not every handling system can reach all maschines and also there are different times for each transport.
Thanks again for the great work :)
The text was updated successfully, but these errors were encountered:
Hey,
first i have to say a big thanks for the tool. Im just starting a project and i am looking for a good framework for my scheduling problem.
I wanted to get started and found the training-page (https://www.optaplanner.org/learn/training.html). There is the Free online training which is recommended - but both links pointing to a
404: You've found something, but not the page you're looking for.
Would be nice this links could be fixed.
One more question: Is there any chance to get an idea how the performance of a model could be? I first started a few easy examples like optimize the value of the content of a bag with some criteras with a constraint solver (python-constraint) - and the performance was kinda bad ~ 25 seconds. So i ported the code/problem to a mip framework (Python MIP) and it only took fractions of a second (0,062sec) --> with the same result.
For my project i need pretty fast a result (optimal would be 1 sec).
I am also looking for an extended example of a job scheduling of maschines, where jobs should be optimized that the span of all is minimized but with an "handing system" which connects the maschines and moves the items from one maschine to another. So not every handling system can reach all maschines and also there are different times for each transport.
Thanks again for the great work :)
The text was updated successfully, but these errors were encountered: