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
- Host: GitHub
- URL: https://github.com/mj-will/nessai-gw
- Owner: mj-will
- License: mit
- Created: 2024-07-22T12:29:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-04T22:08:18.000Z (over 1 year ago)
- Last Synced: 2025-06-21T00:03:40.944Z (12 months ago)
- Topics: gravitational-waves, nested-sampling
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
)
```