Skip to content

Commit bdff49a

Browse files
committedMar 6, 2025·
remove explicit GSM from deterministic passive learning algorithms in README.md
1 parent e054c33 commit bdff49a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ AALpy also features a Generalized State Merging (GSM) framework based on the [Re
3434

3535
<div align="center">
3636

37-
| **Automata Type** | **Supported Formalisms** | **Active Algorithms** | **Passive Algorithms** |
38-
|-------------------|:-----------------------------------------------------------------:|---------------------------------------------------------|------------------------------------|
39-
| Deterministic | DFAs <br /> Mealy Machines <br /> Moore Machines | L* <br /> KV <br /> L# | RPNI <br /> EDSM <br /> GSM |
37+
| **Automata Type** | **Supported Formalisms** | **Active Algorithms** | **Passive Algorithms** |
38+
|-------------------|:-----------------------------------------------------------------:|---------------------------------------------------------|-------------------------------|
39+
| Deterministic | DFAs <br /> Mealy Machines <br /> Moore Machines | L* <br /> KV <br /> L# | RPNI <br /> EDSM |
4040
| Non-Deterministic | ONFSM <br /> Non-deterministic Moore Machines <br /> Abstracted ONFSM | L*<sub>ONFSM</sub> | k-tails |
4141
| Stochastic | Markov Decision Processes <br /> Stochastic Mealy Machines <br /> Markov Chains | L*<sub>MDP</sub> <br /> L*<sub>SMM</sub> | Alergia <br /> IoAlergia <br /> Alergia<sub>EDSM</sub> |
4242
| Pushdown | VPA/SEVPA | KV<sub>VPA</sub> | PAPNI |

0 commit comments

Comments
 (0)
Please sign in to comment.