euler_update {tfNeuralODE}R Documentation

A Euler method state updater.

Description

A Euler method state updater.

Usage

euler_update(h_list, dh_list, dt)

Arguments

h_list

The initial state of the ODE.

dh_list

description

dt

The time step to update the initial state with.

Value

The updated state of the ODE.


[Package tfNeuralODE version 0.1.0 Index]