backward_dynamics: Internal function to solve the backwards dynamics of the...

View source: R/neuralODE.R

backward_dynamicsR Documentation

Internal function to solve the backwards dynamics of the Neural ODE

Description

Internal function to solve the backwards dynamics of the Neural ODE

Usage

backward_dynamics(state, model)

Arguments

state

The current state of the differential equation

model

The neural network that defines the Neural ODE.

Value

Returns a list of the number 1, the new backwards state of the differential equation and the gradients calculated for the network.


tfNeuralODE documentation built on Oct. 17, 2023, 1:10 a.m.