Skip to content

Business Process Resource Planning Algorithm Using Differential Evolution

License

Notifications You must be signed in to change notification settings

aaronkurz/bipevo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bipevo

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.

Usage

Last tested with Python 3.9.

  1. Install the bpmsim package
    1. Navigate to the folder bpmsim
    2. Go with your terminal into the folder bpmsim_files
    3. Run pip install bpmsim-0.1.tar.gz
  2. Install the bipevo package
    1. Go with your terminal to the folder bipevo_pkg
    2. Run pip install -e .
  3. 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.