backward_dynamics {tfNeuralODE}R 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.


[Package tfNeuralODE version 0.1.0 Index]