|
1 |
| -# Hands-On Optimization with Python |
| 1 | +# Hands-On Mathematical Optimization with Python |
2 | 2 |
|
3 |
| -Welcome to this repository of companion notebooks for the book *Hands-On Optimization with Python*, which will be published by Cambridge University press in 2024. This book introduces the concepts and tools of mathematical optimization with examples from a range of disciplines. The goals of these companion notebooks are to: |
| 3 | +Welcome to this repository of companion notebooks for the book *Hands-On Mathematical Optimization with Python*, which will be published by Cambridge University press in 2024. This book introduces the concepts and tools of mathematical optimization with examples from a range of disciplines. The goals of these companion notebooks are to: |
4 | 4 |
|
5 | 5 | * Provide a foundation for hands-on learning of mathematical optimization,
|
6 | 6 | * Demonstrate the tools and concepts of optimization with practical examples,
|
@@ -32,11 +32,23 @@ We are a group of researchers and educators who came together with a common purp
|
32 | 32 | If you wish to cite this work, please use
|
33 | 33 |
|
34 | 34 | ```
|
35 |
| -@book{PostekZocca2024, |
36 |
| -title = "Hands-On Optimization with Python", |
37 |
| -author = "Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey", |
38 |
| -year = 2024, |
39 |
| -publisher = "Online", |
40 |
| -url = "https://mobook.github.io/MO-book/" |
| 35 | +@book{PZGK2024book, |
| 36 | + author = {Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey}, |
| 37 | + title = {{Hands-On Mathematical Optimization with Python}}, |
| 38 | + year = {2024}, |
| 39 | + publisher = {Cambridge University Press} |
| 40 | +} |
| 41 | +``` |
| 42 | + |
| 43 | +and |
| 44 | + |
| 45 | +``` |
| 46 | +@online{PZGK2024online, |
| 47 | + author = {Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey}, |
| 48 | + title = {Companion Jupyter Book for {``Hands-On Mathematical Optimization with Python’’}}, |
| 49 | + year = {2024}, |
| 50 | + publisher = {GitHub}, |
| 51 | + howpublished = {\url{https://github.com/mobook/MO-book}}, |
| 52 | + note = {Textbook to be published by Cambridge University Press}, |
41 | 53 | }
|
42 | 54 | ```
|
0 commit comments