Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobonici authored Sep 20, 2023
2 parents a331727 + b0064a4 commit da47ec9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name = "Capse"
uuid = "994f66c3-d2c7-4ba6-88fb-4a10f50800ba"
authors = ["marcobonici <[email protected]>"]
version = "0.2.2"

version = "0.2.1"

[deps]
AbstractCosmologicalEmulators = "c83c1981-e5c4-4837-9eb8-c9b1572acfc6"
Expand Down
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ trained_emu = Capse.init_emulator(NN_dict, weights, Capse.SimpleChainsEmulator);

`SimpleChains.jl` is faster expecially for small NN on the CPU. If you prefer to use `Lux.jl`, pass as last argument `Capse.LuxEmulator`.

Each trained emulator should be shipped with a description within the JSON file. In order to print the description, just runs:

```@example tutorial
Capse.get_emulator_description(NN_dict["emulator_description"])
```
After instantiating the NN, we need:

- the ``\ell``-grid used to train the emulator, `ℓgrid`
Expand Down

0 comments on commit da47ec9

Please sign in to comment.