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
Current plans are to expose the remainder of OptaPlanner functionality (IIRC the only things needed in main are custom shadow variables, strength comparators, easy score calculator, and incremental score calculator), add testing and add an Employee Rostering Quickstart. A Cloud Balancing Quickstart would be interesting.
FWIW, the OptaPlanner Cloud Balancing example can be found in the OptaPlanner repo. Of particular interest are the domain classes and the Constraint Provider. It should be easy to convert the OptaPlanner example to an OptaPy one (replace @PlanningEntity with @optapy.planning_entity, etc).
It'll probably be a while before I can get to this, although I'll happily review any PR that adds this quickstart (or any quickstart).
Hi,
Thanks for porting optaplanner to python.
I could be great to have a basic quickstart for cloud balancing
https://docs.optaplanner.org/7.0.0.Beta1/optaplanner-docs/html/ch02.html
https://www.optaplanner.org/learn/useCases/cloudOptimization.html
It could be really usefull for a lot opensource hypervisors or cloud solution.
(I'm looking to implement it for proxmox clusters)
The text was updated successfully, but these errors were encountered: