Template Function diffeq::core::composable::configure_for_external_noise

Function Documentation

template<typename SDEIntegrator>
auto diffeq::core::composable::configure_for_external_noise(std::unique_ptr<SDEIntegrator> integrator, const std::string &channel_name = "wiener_process")

Configure SDE integrator to receive external noise.

Parameters:
  • integrator – SDE integrator to configure

  • channel_name – IPC channel name for receiving noise

Returns:

Configured integrator with noise synchronization