An open API service indexing awesome lists of open source software.

https://github.com/mj-will/nessai-gw

Gravitational-wave specific proposals and reparameterisations for use with nessai
https://github.com/mj-will/nessai-gw

gravitational-waves nested-sampling

Last synced: 12 months ago
JSON representation

Gravitational-wave specific proposals and reparameterisations for use with nessai

Awesome Lists containing this project

README

          

# nessai-gw

Gravitational-wave specific proposals and reparameterisations for nessai

## Usage

Once installed, these proposals can be used in `nessai` by specifying the
`flow_proposal_class` keyword argument when using the standard nested sampler.

### Example

```python
fs = FlowSampler(
model,
...,
flow_proposal_class="gwflowproposal",
)
```