Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Preloaded Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Monterey Phoenix
MP Model Collection
Preloaded Examples
Merge requests
!60
Pamela's Merge Request: 03-31-2022
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Pamela's Merge Request: 03-31-2022
Pamela_Branch_5
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Pamela Dyer
requested to merge
Pamela_Branch_5
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Updated Baseball_At_Bat.mp
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
81765726
2 commits,
3 years ago
1 file
+
13
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
models/Application_examples/Baseball_At_Bat.mp
+
13
−
9
Options
@@ -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