Skip to content

Commit

Permalink
Added documentation for WeightedIntervalTraining
Browse files Browse the repository at this point in the history
  • Loading branch information
Samedh Desai authored and Samedh Desai committed Apr 4, 2023
1 parent dcebc7a commit 73294b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/manual/training_strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ method, such as `CubaVegas`, can be beneficial for difficult or stiff problems.

`GridTraining` should only be used for testing purposes and should not be relied upon for real
training cases. `StochasticTraining` achieves a lower convergence rate in the quasi-Monte Carlo
methods and thus `QuasiRandomTraining` should be preferred in most cases.
methods and thus `QuasiRandomTraining` should be preferred in most cases. `WeightedIntervalTraining` can only be used with ODEs (`NNODE`).

## API

Expand All @@ -23,4 +23,5 @@ GridTraining
StochasticTraining
QuasiRandomTraining
QuadratureTraining
WeightedIntervalTraining
```

0 comments on commit 73294b5

Please sign in to comment.