description: Sentinel used to modify the behaviour of the solve method of a solver.
View source on GitHub |
Sentinel used to modify the behaviour of the solve
method of a solver.
tfp.substrates.jax.math.ode.ChosenBySolver(
final_time
)
Can be passed as the solution_times
argument in the solve
method of a
solver. Doing so requests that the solver automatically choose suitable times
at which to store the computed state (see tfp.math.ode.Base.solve
).
final_time
: Scalar float Tensor
specifying the largest time at which to
store the computed state.Attributes | |
---|---|
final_time
|