graninas / graninas/transition-graph
Probabilistic transitions
- Dominant language
- Haskell
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Нужны вероятностные переходы с возможностью указывать вероятность (и без указания, тогда все переходы равновероятны):
(!~>) - вероятностный переход, по событию
(!/>) - вероятностный переход, без события
Дополнительно (см. #3 ):
(!?~>) - вероятностный переход, условный переход, по событию
(!?/>) - вероятностный переход, условный переход, без события
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the transition-graph DSL entry point and inspect the existing transition syntax, including the conditional forms referenced by issue #3. Done means supporting event and non-event probabilistic transitions, optional explicit probabilities, and equal-probability defaults when none are supplied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100