![]() |
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
).
Properties:
final_time
: Scalar floatTensor
specifying the largest time at which to store the computed state.
Attributes | |
---|---|
final_time
|
A namedtuple alias for field number 0
|