Skip to content

rpl-lab/zlax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zlax

Python and Zelus interfaces for the Zelus to Python-JAX compiler and runtime libraries. zlax supports also ProbZelus and provides interfaces and runtime librairies to write probabilistic models and run inference.

Install

# zlax and probzlax
pip install ./zlax
pip install ./probzlax

# zelus-jax
opam pin -k path .

Usage

Compile zls to py

# Zelus
zeluc -I `zeluc -where`-jax -jax <name>.zls

# ProbZelus
probzeluc -I `zeluc -where`-jax -jax <name>.zls

Simulation

Run zluciole. See usage using the -h option.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages