Sample models and notebooks for Decision Optimization

There are several examples presented in this documentation as tutorials and there are many samples provided for IBM Cloud Pak for Data.

The Decision Optimization GitHub contains a repository of samples for use with IBM Cloud Pak for Data. These samples are to be used in the Decision Optimization model builder. This repository also contains Jupyter notebooks which can be imported into Cloud Pak for Data.

The following table shows examples provided in this documentation, which show you how to use Decision Optimization.
Table 1. Decision Optimization documentation examples
  Examples

Learn how to ...

See

Create scheduling models using the Modeling Assistant

House Construction example

  • Create, edit and solve a planning and scheduling model with the Modeling Assistant
  • Create and examine different scenarios

Solving a model using the Modeling Assistant

Create Python optimization models using the Decision Optimization model builder

Diet example

  • Create and solve a Python model generated from an existing scenario
  • Create and examine a new scenario

Solving a Python DOcplex model

Multiple scenarios example

  • Create a Python model from a Python notebook imported into Decision Optimization and solve it
  • Generate multiple scenarios from a Python notebook using randomized data

Working with multiple scenarios

Create or import DOcplex Python notebooks

Decision Optimization notebook examples

  • Download a notebook and add it to a project
  • Run a notebook

Running Decision Optimization notebooks

Decision Optimization model builder samples (Modeling Assistant, Python, OPL)

The following table lists the Decision Optimization samples that are provided in DO-samples in the Decision Optimization GitHub. All these assets use the model builder and contain data.

Note: To create and run Optimization models you must associate a deployment space with your experiment. This can be created or selected when you first create a new Decision Optimization experiment: click Create a deployment space, enter a name for your deployment space and click Create. For existing models, you can also create or select a space in the Overview information pane.
To use these samples:
  1. Download and extract all the DO-samples on to your computer. You can also download just the one sample, but in this case do not extract it.
  2. Create a project in IBM Cloud Pak for Data. Select Create an empty project, enter a project name and click Create.
  3. Click Add to Project.
  4. Select Decision Optimization experiment.
  5. Select the From file tab in the Decision Optimization experiment pane that opens.
  6. Click Add file. Then browse to the Model_Builder folder in your downloaded DO-samples. Select the relevant product and version subfolder. Choose your sample .zip file.
  7. Choose a deployment space from the drop-down menu (or create one) and click Create.
  8. Click Create.
A Decision Optimization model is created with the same name as the sample.
Table 2. Decision Optimization Models
Models for Decision Optimization Problem type Model type
Diet Blending Python
StaffPlanning Multi-Scenario Planning Python
BridgeScheduling Scheduling Modeling Assistant
HouseConstructionScheduling Scheduling with assignment Modeling Assistant
MarketingCampaignAssignment Resource Assignment (Scenarios 1 - 4)

Selection and Allocation (Scenario 4 - Selection)

Modeling Assistant
SupplyDemandPlanning Supply & Demand Planning Modeling Assistant
PortfolioAllocation Selection & Allocation Modeling Assistant
PastaProduction Production OPL
Multifiles Using a model with multiple files. Python and LP

Jupyter notebook samples

There are also Jupyter notebooks provided in the Decision Optimization GitHub that do not use the model builder. To use these Python notebook samples :
  1. Download and extract all the DO-samples on to your computer. You can also download just one sample.
  2. Create a project in IBM Cloud Pak for Data.
  3. Click Add to Project.
  4. Select Notebook as your asset type.
  5. Select the From file tab in the New Notebook pane that opens.
  6. Name your notebook and browse to select the notebook from the jupyter folder selecting the relevant product and version subfolder in your downloaded DO-samples.
  7. Click Create Notebook. The notebook is added to your project.