Business Process Resource Planning Algorithm Using Differential Evolution
Reimplementation of "Innovative Approach in Modeling Business Processes with a Focus on Improving the Allocation of Human Resources" by Djedovic et al.
Last tested with Python 3.9.
- Install the bpmsim package
- Navigate to the folder
bpmsim
- Go with your terminal into the folder
bpmsim_files
- Run
pip install bpmsim-0.1.tar.gz
- Navigate to the folder
- Install the bipevo package
- Go with your terminal to the folder
bipevo_pkg
- Run
pip install -e .
- Go with your terminal to the folder
- For details on how to use the package, see
usage_demo/demo.py
. The usage should, except for the concrete values provided, be the same/similar for any process model.