Skip to content

Commit

Permalink
update README.md nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
emuskardin committed Dec 13, 2023
1 parent 7507d27 commit f53cdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ as well as **deterministic context-free grammars/pushdown automata**.
| Deterministic | DFAs <br /> Mealy Machines <br /> Moore Machines | L* <br /> KV <br /> RPNI | Seamless Caching <br /> Counterexample Processing <br /> 13 Equivalence Oracles |
| Non-Deterministic | ONFSM <br /> Abstracted ONFSM | L*<sub>ONFSM</sub> | Size Reduction Trough Abstraction |
| Stochastic | Markov Decision Processes <br /> Stochastic Mealy Machines <br /> Markov Chains | L*<sub>MDP</sub> <br /> L*<sub>SMM</sub> <br /> ALERGIA | Counterexample Processing <br /> Exportable to PRISM format <br /> Bindings to jALERGIA|
| Context-Free | VPDA/SEVPA | KV<sub>VPA</sub> | Specification of exclusive <br/> call-return pairs
| Pushdown | VPDA/SEVPA | KV<sub>VPA</sub> | Specification of exclusive <br/> call-return pairs
</div>

AALpy enables efficient learning by providing a large set of equivalence oracles, implementing various conformance testing strategies. Active learning
Expand Down

0 comments on commit f53cdfd

Please sign in to comment.