Skip to content
Snippets Groups Projects

Pamela's Merge Request: 03-31-2022

Merged Pamela Dyer requested to merge Pamela_Branch_5 into master
1 file
+ 13
9
Compare changes
  • Side-by-side
  • Inline
@@ -8,14 +8,18 @@
│*│ └────────────────────────────────────────────────────┘ │
│*│ │
│*│ ┌─[ Purpose ]────────────────────────────────────────┐ │
│*│ │ To show that MP can be used to model results from │ │
│*│ │ interactions that are found in a very well-known │ │
│*│ │ game such as Baseball. This model demonstrates a │ │
│*│ │ baseball at bat involving 1 Pitcher and 1 Batter. │ │
│*│ │ It is important to note, though, that this model │ │
│*│ │ shows only a selection of all of the possible │ │
│*│ │ Batter outcomes that can actually occur in the │ │
│*│ │ game of Baseball. │ │
│*│ │ To │ │
│*│ │ 1) demonstrate several different aspects of ENSURE │ │
│*│ │ in MP, including the use of inequalities within │ │
│*│ │ ENSURE constraints, and │ │
│*│ │ 2) show that MP can be used to model results from │ │
│*│ │ interactions that are found in a very well-known│ │
│*│ │ game such as Baseball. This model illustrates │ │
│*│ │ a baseball at bat with 1 Pitcher and 1 Batter. │ │
│*│ │ It is important to note, though, that this model│ │
│*│ │ shows only a selection of all of the possible │ │
│*│ │ Batter outcomes that can actually occur in the │ │
│*│ │ game of Baseball. │ │
│*│ └────────────────────────────────────────────────────┘ │
│*│ │
│*│ ┌─[ Description ]────────────────────────────────────┐ │
@@ -35,7 +39,7 @@
│*│ │ impossible with only 1 Batter. │ │
│*│ │ │ │
│*│ │ A snapshot of typical baseball occurrences are │ │
│*│ │ highlighted in the Pitcher and Batter ROOT events. │ │
│*│ │ highlighted in the Pitcher and Batter root events. │ │
│*│ │ Fastball, Breaking_Ball, and Changeup represent the│ │
│*│ │ three main categories of baseball pitches. The │ │
│*│ │ composite events No_Swing, Swing_and_Miss, │ │
Loading