• Joined on 2026-04-03
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:41:38 +00:00
4969819dbb docs: center logo, move coffee button below nav links
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:40:05 +00:00
a70024397f chore: ignore examples/
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:37:12 +00:00
929a50c95d docs: add Buy Me a Coffee button
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:24:02 +00:00
0be1a7fd79 docs: badges row, nav links, language tags on code blocks
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:21:57 +00:00
5e0674bf77 docs: fix Go lint description (both optional), format outliers in SHOWCASE usage
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:18:34 +00:00
0886e5f3bc docs: update README and SHOWCASE for kOREInference + core/outlier analysis
tobi commented on pull request tobi/grammar-inference-engine#1 2026-07-01 13:16:34 +00:00
feat: kOREInference — Algorithm 4 iDRegEx with MDL scoring + ensemble integration

Letzter Commit: MCP-Tool + README aktualisiert.

  • infer_best_grammar hat jetzt min_coverage Parameter (default 1.0 = deaktiviert)
  • Nur wenn Agent explizit setzt (min_coverage=0.8), kommt…
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:16:30 +00:00
036a84cc76 docs: add min_coverage to MCP tool + README, include core in output
tobi commented on pull request tobi/grammar-inference-engine#1 2026-07-01 13:09:23 +00:00
feat: kOREInference — Algorithm 4 iDRegEx with MDL scoring + ensemble integration

Neu: min_coverage Core + Outlier Analyse

infer_ensemble(sequences, min_coverage=0.8) findet jetzt zusätzlich den engsten Kern per iterativem CRX + Outlier-Removal:

  • Outlier werden…
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 13:09:17 +00:00
9045769d57 feat: core+outlier analysis via min_coverage parameter, 6 new tests
tobi created pull request tobi/grammar-inference-engine#1 2026-07-01 12:50:24 +00:00
feat: kOREInference — Algorithm 4 iDRegEx with MDL scoring + ensemble integration
tobi created branch feature/kore-inference in tobi/grammar-inference-engine 2026-07-01 12:50:15 +00:00
tobi pushed to feature/kore-inference at tobi/grammar-inference-engine 2026-07-01 12:50:15 +00:00
edd6d9d4dd feat: implement kOREInference (Algorithm 4) with MDL scoring, add to ensemble, 79 tests
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:28:57 +00:00
dc559a4aee fix badge position; purge remaining German user-reference comments
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:26:05 +00:00
6b60e0131f clean up agent-betraying comments; fix stale test names
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:23:32 +00:00
dcfd8b054e remove pull:true (image cached now)
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:22:41 +00:00
79c6a0734c force pull of dervish-ci:latest
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:20:58 +00:00
701c5649c7 use pre-built dervish-ci image with pytest; no pip install in pipeline
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:19:13 +00:00
6191427983 fix pipeline: editable install; add CI badge to README
tobi pushed to main at tobi/grammar-inference-engine 2026-07-01 11:15:55 +00:00
416527c209 add Woodpecker CI: run tests on push/pull/manual