Skip to content

Algorithms

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

Offline Algorithms

  • Must be initialized with n and p
  • Needs constructor with keywords, and one with MyAlgorithm(n, p, o::MyAlgorithm)

Online Algorithms

  • Must be initialized with p only
Clone this wiki locally