Skip to content

Commit 6665694

Browse files
Merge pull request #9 from LearningToOptimize/ar/class1docs
Ar/class1docs
2 parents a0d32b3 + c0bd006 commit 6665694

8 files changed

Lines changed: 178 additions & 139 deletions

File tree

class01/Manifest.toml

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

class01/background_materials/basics_math.jl renamed to class01/background_materials/math_basics.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using InteractiveUtils
77
# ╔═╡ 9fffca86-aec9-4c26-bced-3edaa1af9a22
88
begin
99
using Pkg; Pkg.activate("..")
10+
Pkg.instantiate()
1011
end
1112

1213
# ╔═╡ 00cc1e5e-f10e-4559-b9d9-8aba44eb493e

class01/background_materials/optimization_homework.jl renamed to class01/background_materials/optimization_basics.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using InteractiveUtils
77
# ╔═╡ 881eed45-e7f0-4785-bde8-530e378d7050
88
begin
99
using Pkg; Pkg.activate("..")
10+
Pkg.instantiate()
1011
end
1112

1213
# ╔═╡ 9f5675a3-07df-4fb1-b683-4c5fd2a85002

0 commit comments

Comments
 (0)