interface IDifferentiableFunc<TR, each TP>
Inherits from: IFunc<TR, IDifferentiableFunc>, IDifferentiableMutatingFunc<TR, IDifferentiableFunc>
Description
Represents an interface for a function that can take multiple differentiable parameters and supports differentiation. This interface inherits from both IFunc and IDifferentiableMutatingFunc but is used for non-mutating differentiable functions.