Updater

A delegate that can be used to perform the update step for an online optimisation algorithm.

alias Updater = Buffer[] delegate(
Buffer[Operation] args
)

Meta