AutoDiffProcessor

fun interface AutoDiffProcessor<T, I, out A : Algebra<I>>(source)

A factory that converts an expression in autodiff variables to a DifferentiableExpression

Parameters

T

type of the constants for the expression

I

type of the actual expression state

A

type of expression algebra

Inheritors

Functions

Link copied to clipboard
abstract fun differentiate(function: A.() -> I): DifferentiableExpression<T>