Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psimpy
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mbd
psimpy
Commits
f7f55e63
Commit
f7f55e63
authored
2 years ago
by
Hu Zhao
Browse files
Options
Downloads
Patches
Plain Diff
docs: add documentation for run_simulator
parent
dc7253c2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/simulator/run_simulator.rst
+11
-0
11 additions, 0 deletions
docs/source/simulator/run_simulator.rst
with
11 additions
and
0 deletions
docs/source/simulator/run_simulator.rst
+
11
−
0
View file @
f7f55e63
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
------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment