dietmarwo / fast-cma-es

A Python 3 gradient-free optimization library
MIT License
119 stars 17 forks source link

JSON of the employee scheduling example #20

Open ogencoglu opened 1 year ago

ogencoglu commented 1 year ago

Thank you for the OptaPy comparison for Employee Scheduling problem.

Can you upload the JSON representation of the employee scheduling problem mentioned in the tutorial so we do not have to run the OptaPy solution.

Or even better would be to have an example with one of the nurse rostering benchmark problems.

dietmarwo commented 1 year ago

Was busy with other tasks, will add more examples, but probably not before October. There are two JSON files already uploaded: https://github.com/dietmarwo/fast-cma-es/blob/master/examples/data/sched2.json https://github.com/dietmarwo/fast-cma-es/blob/master/examples/data/sched1.json which one exactly is missing?