Skip to content

Tags: AutomatedProcessImprovement/Simod

Tags

5.1.6

Toggle 5.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #171 from AutomatedProcessImprovement/control-flow…

…-discovery-fix

Control flow discovery fix
1. Do not escape paths with double quotes in non-Windows systems to avoid errors.
2. Discovery of final BPS model now uses the correct XES log transformation when SplitMiner1 is the discovery algorithm (previously, it created a XES with both start and end events, and SplitMiner interpreted this as self-loops in all activities).

5.1.5

Toggle 5.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #165 from AutomatedProcessImprovement/fix-discover…

…ed-bpmn-model

Translate self-loops in discovered bpmn model

5.1.4

Toggle 5.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #164 from AutomatedProcessImprovement/documentation

Improve runtime report and finish documentation

5.1.2

Toggle 5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #162 from AutomatedProcessImprovement/Update-PyPi-…

…release-workflow

Update PyPi release workflow

5.0.1

Toggle 5.0.1's commit message
Update benchmark configuration files

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #155 from AutomatedProcessImprovement/conditions

Conditions

4.1.1

Toggle 4.1.1's commit message
Update poetry.lock and version

4.1.0

Toggle 4.1.0's commit message
Add BPMN DI layout generation at the end of the Simod run. Closes #154

The current problem was that (a) SplitMiner CLI tool didn't generate BPMN DI part of the BPMN; (b) during the extraneous timers discovery new elements are added to the control flow, so a new layout generation has been required.

This commit adds a Java dependency to run on a BPMN file with the control flow to add the generated diagram in the XML format.

4.0.3

Toggle 4.0.3's commit message
Fix bug with granule_size specification when fuzzy calendars

The granule size was only being specified in the Resource Model optimization. The value was set to 15 by default in both the Extraneous Delays and final BPS model, even when the best Resource Model result was obtained with a different granule, for example, of 60 minutes.

4.0.2

Toggle 4.0.2's commit message
Update dependencies to use new outlier detection method