Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaua authored Aug 27, 2024
1 parent 1352f74 commit 3b0f472
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@ dPASP allows for several semantics by combining logic programming semantics and
### Logic semantics

- Stable semantics;
- Partial semantics;
- L-Stable semantics.
- Partial Stable semantics;
- L-Stable semantics;
- smProbLog semantics.

### Probabilistic semantics

- Credal semantics;
- MaxEnt semantics.

There are two uses of the systems: learning and querying.
Currently, learning allows only for MaxEnt-Stable semantics.
Currently, learning is only available for the MaxEnt-Stable semantics.

Learning and querying can either be made by (highly inneficient) enumerative algorithms and (more efficient) approximate inference.
Enumerative algorithms are available to all possible (logic and probabilistic) semantics, while currently only MaxEnt-Stable semantics implements all approximate algorithms.
Expand Down

0 comments on commit 3b0f472

Please sign in to comment.