package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Optimise.MomentumSource

Momentum module

Sourcetype typ =
  1. | Standard of float
  2. | Nesterov of float
  3. | None

Types of momentum functions.

Execute the computations defined in module typ.

Sourceval default : typ -> typ

Create module typ with default values.

Sourceval to_string : typ -> string

Convert the module typ to its string representation.