Skip to content

Commit d730194

Browse files
authored
Update README.md
1 parent a7902a3 commit d730194

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
[![Coverage Status](https://coveralls.io/repos/github/TuringLang/AbstractPPL.jl/badge.svg?branch=main)](https://coveralls.io/github/TuringLang/AbstractPPL.jl?branch=main)
66
[![Codecov](https://codecov.io/gh/TuringLang/AbstractPPL.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/TuringLang/AbstractPPL.jl)
77

8-
A new light-weight package to factor out interfaces and associated APIs for modelling languages for
8+
A light-weight package to factor out interfaces and associated APIs for modelling languages for
99
probabilistic programming. High level goals are:
1010

11-
- Definition of an interface of few abstract types and a small set of functions that will be
12-
supported all model and trace types.
13-
- Provision of some commonly used functionality and data structures, e.g., for managing variable names and
11+
- Definition of an interface of few abstract types and a small set of functions that should be
12+
supported by all [probabilistic programs](./src/abstractprobprog.jl) and [trace
13+
types](./src/abstractmodeltrace.jl).
14+
- Provision of some commonly used functionality and data structures, e.g., for managing [variable names](./src/varname.jl) and
1415
traces.
1516

1617
This should facilitate reuse of functions in modelling languages, to allow end users to handle
@@ -19,6 +20,6 @@ implementations, from very rich, dynamic languages like Turing.jl to highly cons
1920
simplified models such as GPs, GLMs, or plain log-density problems.
2021

2122
A more short term goal is to start a process of cleanly refactoring and justifying parts of
22-
AbstractPPL.jl’s design, and hopefully to get on closer terms with Soss.jl.
23+
DynamicPPL.jl’s design, and hopefully to get on closer terms with Soss.jl.
2324

2425
See [interface draft](interface.md).

0 commit comments

Comments
 (0)