wasm4pm 26.7.1

High-performance process mining algorithms in WebAssembly for JavaScript/TypeScript
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "algorithm": "genetic_algorithm",
  "provenance": {
    "paper": "Process Mining: Data Science in Action",
    "citation": "van der Aalst, W.M.P. (2016). Process Mining: Data Science in Action. Springer. Ch 10.",
    "locus": "Chapter 10 — Genetic/Evolutionary algorithms for process discovery",
    "extraction": "verbatim"
  },
  "input": {
    "log": "wasm4pm/tests/fixtures/running-example.xes"
  },
  "expected": {
    "value": "fitness_nonneg",
    "min": 0.0,
    "description": "Genetic algorithm with fixed seed produces a non-negative fitness score; exact value is seed-dependent (metaheuristic)"
  }
}