Skip to content

Commit

Permalink
Merge pull request #46 from JuliaAI/dev
Browse files Browse the repository at this point in the history
Add new example. No new release.
  • Loading branch information
ablaom authored Jun 22, 2021
2 parents 6dcb520 + 5ea7530 commit be296cb
Show file tree
Hide file tree
Showing 6 changed files with 2,685 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ There are also three control wrappers to modify a control's behavior:
wrapper | description
---------------------------------------------------|-------------------------------------------------------------------------
`IterationControl.skip(control, predicate=1)` | Apply `control` every `predicate` applications of the control wrapper (can also be a function; see doc-string)
`IterationContorl.louder(control, by=1)` | Increase the verbosity level of `control` by the specified value (negative values lower verbosity)
`IterationControl.louder(control, by=1)` | Increase the verbosity level of `control` by the specified value (negative values lower verbosity)
`IterationControl.debug(control)` | Apply `control` but also log its state to `Info` (at any `verbosity` level)
`IterationControl.composite(controls...)` | Apply each `control` in `controls` in sequence; mostly for under-the-hood use
Expand Down
Loading

0 comments on commit be296cb

Please sign in to comment.