Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit ee6242c

Browse files
Add CVaR optimization tutorial (#1057)
* add cvar tutorial * update cvar tutorial * Update 8_cvar_optimization.ipynb * Update 8_cvar_optimization.ipynb * Update 8_cvar_optimization.ipynb * Update 8_cvar_optimization.ipynb * Update 8_cvar_optimization.ipynb * add thumbnails to new optimization tutorials * Update 8_cvar_optimization.ipynb Co-authored-by: Paul Nation <nonhermitian@gmail.com>
1 parent 6055c36 commit ee6242c

File tree

3 files changed

+399
-5
lines changed

3 files changed

+399
-5
lines changed

tutorials/optimization/6_examples_max_cut_and_tsp.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,9 @@
449449
"execution_count": 10,
450450
"metadata": {
451451
"scrolled": true,
452-
"tags": []
452+
"tags": [
453+
"nbsphinx-thumbnail"
454+
]
453455
},
454456
"outputs": [
455457
{
@@ -1076,7 +1078,7 @@
10761078
"name": "python",
10771079
"nbconvert_exporter": "python",
10781080
"pygments_lexer": "ipython3",
1079-
"version": "3.8.5"
1081+
"version": "3.7.4"
10801082
},
10811083
"varInspector": {
10821084
"cols": {

tutorials/optimization/7_examples_vehicle_routing.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,11 @@
432432
{
433433
"cell_type": "code",
434434
"execution_count": 8,
435-
"metadata": {},
435+
"metadata": {
436+
"tags": [
437+
"nbsphinx-thumbnail"
438+
]
439+
},
436440
"outputs": [
437441
{
438442
"data": {
@@ -817,6 +821,7 @@
817821
}
818822
],
819823
"metadata": {
824+
"celltoolbar": "Tags",
820825
"kernelspec": {
821826
"display_name": "Python 3",
822827
"language": "python",
@@ -832,7 +837,7 @@
832837
"name": "python",
833838
"nbconvert_exporter": "python",
834839
"pygments_lexer": "ipython3",
835-
"version": "3.7.7"
840+
"version": "3.7.4"
836841
},
837842
"varInspector": {
838843
"cols": {
@@ -866,4 +871,4 @@
866871
},
867872
"nbformat": 4,
868873
"nbformat_minor": 1
869-
}
874+
}

tutorials/optimization/8_cvar_optimization.ipynb

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)