interface IDifferentiableMutatingFunc<TR, each TP>

Inherits from: IMutatingFunc<TR, TP>

Description

Represents an interface for a mutating function that can take multiple differentiable parameters. The function allows to modify the state of the object it belongs to and supports differentiation.

Generic Parameters

TR: IDifferentiable

TP: IDifferentiable

Methods