Skip to content

Commit

Permalink
auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Dec 8, 2023
1 parent fd57e67 commit 5fa1d38
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,24 +153,29 @@ could use the structured modelling layer to build descriptions of
structured models and data without using them to interface with an
engine.

### Engine-Agnostic Model Specifications
### Methods for Producing a Model Object

Here we zoom into parts of the architectural diagram to illustrate the
(currently four) ways to produce a model object.

#### (2a) Model Library

![](misc/diagrams/model-library.svg)

#### (2b) Engine-Agnostic Model Specifications

Here we zoom into the 2c family of functions for specifying models in an
engine-agnostic fashion.

![](misc/diagrams/engine-agnostic-model-specification.svg)

### Calibrating Models in the TMB Engine

![](misc/diagrams/tmb-calibration.svg)

### Specification of Models Directly in the TMB Engine
#### (2c) Specification of Models Directly in the TMB Engine

![](misc/diagrams/tmb-model-specification.svg)

### Model Library
#### (2d) Calibrating Models in the TMB Engine

![](misc/diagrams/model-library.svg)
![](misc/diagrams/tmb-calibration.svg)

## Product Management

Expand Down

0 comments on commit 5fa1d38

Please sign in to comment.