Skip to content

Commit

Permalink
docs: explicilty add section for supported problems for each solver
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Feb 9, 2024
1 parent 0f1c148 commit 66372d3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/DeepBSDE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# [The `DeepBSDE` algorithm](@id deepbsde)

### Problems Supported:
1. [`ParabolicPDEProblem`](@ref)

```@autodocs
Modules = [HighDimPDE]
Pages = ["DeepBSDE.jl", "DeepBSDE_Han.jl"]
Expand Down
4 changes: 4 additions & 0 deletions docs/src/DeepSplitting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [The `DeepSplitting` algorithm](@id deepsplitting)

### Problems Supported:
1. [`PIDEProblem`](@ref)
2. [`ParabolicPDEProblem`](@ref)

```@autodocs
Modules = [HighDimPDE]
Pages = ["DeepSplitting.jl"]
Expand Down
4 changes: 4 additions & 0 deletions docs/src/MLP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [The `MLP` algorithm](@id mlp)

### Problems Supported:
1. [`PIDEProblem`](@ref)
2. [`ParabolicPDEProblem`](@ref)

```@autodocs
Modules = [HighDimPDE]
Pages = ["MLP.jl"]
Expand Down
3 changes: 3 additions & 0 deletions docs/src/NNStopping.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# [The `NNStopping` algorithm](@id nn_stopping)

### Problems Supported:
1. [`ParabolicPDEProblem`](@ref)

```@autodocs
Modules = [HighDimPDE]
Pages = ["NNStopping.jl"]
Expand Down

0 comments on commit 66372d3

Please sign in to comment.