-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
99 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,87 @@ | ||
(list_of_videos)= | ||
|
||
# Videos | ||
|
||
Check out our tutorials, talks and screencasts for estimagic. | ||
|
||
## Talks and tutorials | ||
|
||
### EuroSciPy 2023 (Talk) | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/5xYn0v1zEsY" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` | ||
|
||
### EuroSciPy 2023 (Tutorial) | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/LQo5NDFKH1Q" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` | ||
|
||
### SciPy 2022 (Tutorial) | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/ftlw0rARrtI" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` | ||
|
||
## Screencasts | ||
|
||
The screencasts are part of the course _Effective Programming Practices for Economists_, | ||
taught at the University of Bonn by | ||
[Hans-Martin von Gaudecker](https://www.wiwi.uni-bonn.de/gaudecker/), and previously | ||
also [Janoś Gabler](https://github.com/janosg). You can find all screencasts of the | ||
course on the | ||
[course webite](https://effective-programming-practices.vercel.app/landing-page.html). | ||
Here, we show the screencasts about numerical optimization and estimagic. | ||
|
||
### Introduction to numerical optimization | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/hOZueB4Cn1Y" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` | ||
|
||
### Using estimagic’s minimize and maximize | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/QqTGE3nq0q8" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` | ||
|
||
### Visualizing optimizer histories | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/wQWWW8rlxmY" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` | ||
|
||
### Choosing optimization algorithms | ||
|
||
```{raw} html | ||
<iframe | ||
src="https://www.youtube.com/embed/tJ7Xba3wcxY" | ||
style="width: 100%; aspect-ratio: 16 / 9;" | ||
allowfullscreen> | ||
</iframe> | ||
``` |