Skip to content

williamxcao/Dice.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice.jl

Unit Tests codecov

A Julia prototype implementation of the Dice probabilistic programming language. See https://github.com/SHoltzen/dice

Installation

Start julia in project mode for current folder, i.e.:

julia --project

Then can install Dice and update dependencies by doing (also can do precompile or build)

] up

Now can do ] status to see what versions of dependencies we have (or for more details can look into the Manifest.toml file).

(Dice) pkg> status
     Project Dice v0.1.0
      Status `~/Dice.jl/Project.toml`
  [345a2cc7] CUDD v0.2.2
  [1e6dae5e] DirectedAcyclicGraphs v0.1.0
  [615f187c] IfElse v0.1.1
  [1914dd2f] MacroTools v0.5.9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%