https://github.com/aaronkurz/bipevo
Business Process Resource Planning Algorithm Using Differential Evolution
https://github.com/aaronkurz/bipevo
bpm bpmn business-process differential-evolution genetic-algorithm optimization-algorithms python
Last synced: 5 months ago
JSON representation
Business Process Resource Planning Algorithm Using Differential Evolution
- Host: GitHub
- URL: https://github.com/aaronkurz/bipevo
- Owner: aaronkurz
- License: agpl-3.0
- Created: 2022-02-03T13:37:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T18:35:19.000Z (about 4 years ago)
- Last Synced: 2026-01-01T08:59:48.919Z (5 months ago)
- Topics: bpm, bpmn, business-process, differential-evolution, genetic-algorithm, optimization-algorithms, python
- Language: Python
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.](https://www.hindawi.com/journals/mpe/2018/9838560/)
## Usage
Last tested with Python 3.9.
1. Install the bpmsim package
1. Navigate to the folder `bpmsim`
3. Go with your terminal into the folder `bpmsim_files`
4. 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.