Skip to content

Commit d9ccf02

Browse files
committed
m
1 parent 2846367 commit d9ccf02

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
isax is a [JAX](https://github.com/google/jax)-based library for sampling from Ising models using blocked Gibbs sampling. It supports hypergraphs, flexible sampling/modeling, and all the usual JAX transformations. isax is heavily inspired by [thrml](https://docs.thrml.ai/en/latest/).
44

5+
## Documentation
6+
7+
Available at https://lockwo.github.io/isax
8+
59
## Installation
610

711
```bash
@@ -46,9 +50,6 @@ init_state = [jax.random.choice(key, jnp.array([-1, 1]), (len(even),)),
4650
samples = sample_chain(init_state, [sampler, sampler], model, sampling_args, key)
4751
```
4852

49-
## Documentation
50-
51-
Available at https://lockwo.github.io/isax
5253

5354
## TODO
5455

0 commit comments

Comments
 (0)