Skip to content

Algorithms

Josh Day edited this page Mar 17, 2017 · 4 revisions

Offline Algorithms

  • Constructor of form MyAlg(obs::Obs; kw...)
    • Where kw are controls (maxit=50, tol=1e-6, verbose=false, etc.)
  • An OfflineAlgorithm needs to hold
    • Obs
    • controls (kw)
    • buffers (storage to help avoid GC)
      • yhat, vector to store deriv(o.loss, y, yhat), etc.
Clone this wiki locally