Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
46476a1b
Commit
46476a1b
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
fix figure refs
parent
25b8b3ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!141
Fix colors in a few more places
Pipeline
#123935
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/finam-book/principles/coupling_scheduling.rst
+3
-3
3 additions, 3 deletions
docs/source/finam-book/principles/coupling_scheduling.rst
with
3 additions
and
3 deletions
docs/source/finam-book/principles/coupling_scheduling.rst
+
3
−
3
View file @
46476a1b
...
...
@@ -6,7 +6,7 @@ Coupling
--------
A coupling setup in FINAM is a (potentially cyclic) graph of connected components and adapters.
Figure
3
shows an example.
Figure
1
shows an example.
.. image:: ../images/coupling.svg
:alt: Finam scheduling
...
...
@@ -38,7 +38,7 @@ The scheduling of components follows a simple algorithm that allows for arbitrar
It is simply the component most back in time that is updated next.
This way, it is guaranteed that all required input data is available in the outputs of the other components.
The example in Figure
4
illustrates the approach.
The example in Figure
2
illustrates the approach.
.. image:: ../images/scheduling.svg
:alt: Finam scheduling
...
...
@@ -54,7 +54,7 @@ The example in Figure 4 illustrates the approach.
*Figure 2: FINAM scheduling (see text)*
Figure
4
shows a snapshot of a simulation featuring three components A, B and C with different time steps.
Figure
2
shows a snapshot of a simulation featuring three components A, B and C with different time steps.
Solid lines and dots denote already simulated model steps, and the right-most solid dot of each component shows it's current simulation time.
According to the above rule, component A is most back in time and needs to be updated.
...
...
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