Skip to content
Snippets Groups Projects
Commit f7f55e63 authored by Hu Zhao's avatar Hu Zhao
Browse files

docs: add documentation for run_simulator

parent dc7253c2
Branches
No related tags found
No related merge requests found
Run Simulator
=============
A `simulator` which describes certain real-world system is often subject to
uncertainties. Uncertainty-related analyses require running the `simulator`
multiple times at different variable input points. Class :class:`.RunSimulator`
implemented in this module provides functionality to sequentially or parallelly
execute `simulator` at a number of varaible input points.
The user needs to define their `simulator`, implement an interface (essentially
a Python function) to call the `simulator` from within Python and return output
of interest, and inform :class:`.RunSimulator` the signature of the interface.
RunSimulator Class
------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment