Skip to content

Commit

Permalink
doc: add RBNN links
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Apr 2, 2024
1 parent 246f00a commit f00db85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pkg> add UnderwaterAcoustics

- Install [`AcousticRayTracers.jl`](https://github.com/org-arl/AcousticRayTracers.jl) for `RaySolver` model
- Install [`AcousticsToolbox.jl`](https://github.com/org-arl/AcousticsToolbox.jl) for `Bellhop` and `Kraken` models
- Install [`DataDrivenAcoustics.jl`](https://github.com/org-arl/DataDrivenAcoustics.jl) for `RayBasis` and `GPR` family of models

## Getting started

Expand Down
2 changes: 2 additions & 0 deletions docs/src/pm_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Available models:
| [RaySolver](https://github.com/org-arl/AcousticRayTracers.jl) | Ray/Gaussian beam model | Julia | Differentiable, multi-threaded | Tell us and we'll fix them! |
| [Bellhop](https://github.com/org-arl/AcousticsToolbox.jl) | Interface to [OALIB Bellhop model](http://oalib.hlsresearch.com/AcousticsToolbox/) | FORTRAN | Well established benchmark model | Does not support automatic differentiation |
| [Kraken](https://github.com/org-arl/AcousticsToolbox.jl) | Interface to [OALIB Kraken model](http://oalib.hlsresearch.com/AcousticsToolbox/) | FORTRAN | Well established benchmark model | Does not support automatic differentiation |
| [RayBasis](https://github.com/org-arl/DataDrivenAcoustics.jl) | Ray-basis neural network models | Julia | Data-driven models | Requires training data |
| [GPR](https://github.com/org-arl/DataDrivenAcoustics.jl) | Gaussian process regression models | Julia | Data-driven model | Requires training data |

## Quickstart guide

Expand Down

0 comments on commit f00db85

Please sign in to comment.