remove stray code block start from docstring

This commit is contained in:
Martijn Visser 2020-03-01 15:20:40 +01:00
parent f4365dab94
commit d67a2e40b3
1 changed files with 0 additions and 1 deletions

View File

@ -444,7 +444,6 @@ end
InvDecay(γ)
Applies inverse time decay to an optimiser, i.e., the effective step size at iteration `n` is `eta / (1 + γ * n)` where `eta` is the initial step size. The wrapped optimiser's step size is not modified.
```
## Parameters
- gamma (γ): Defaults to `0.001`