integrate#
- bayesflow.utils.integrate(fn: Callable, state: Dict[str, int | float | Tensor], start_time: int | float | Tensor | None = None, stop_time: int | float | Tensor | None = None, min_steps: int = 50, max_steps: int = 10000, steps: int | Literal['adaptive'] | Tensor | ndarray = 100, method: str = 'rk45', **kwargs) Dict[str, int | float | Tensor][source]#