├── 1.pptx ├── 10.pptx ├── 11.pptx ├── 12.pptx ├── 13.pptx ├── 14.pptx ├── 15.pptx ├── 16.pptx ├── 17.pptx ├── 18.pptx ├── 19.pptx ├── 2.pptx ├── 20.pptx ├── 21.pptx ├── 3.pptx ├── 4.pptx ├── 5.pptx ├── 6.pptx ├── 7.pptx ├── 8.pptx ├── 9.pptx ├── LICENSE └── README.md /1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/1.pptx -------------------------------------------------------------------------------- /10.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/10.pptx -------------------------------------------------------------------------------- /11.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/11.pptx -------------------------------------------------------------------------------- /12.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/12.pptx -------------------------------------------------------------------------------- /13.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/13.pptx -------------------------------------------------------------------------------- /14.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/14.pptx -------------------------------------------------------------------------------- /15.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/15.pptx -------------------------------------------------------------------------------- /16.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/16.pptx -------------------------------------------------------------------------------- /17.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/17.pptx -------------------------------------------------------------------------------- /18.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/18.pptx -------------------------------------------------------------------------------- /19.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/19.pptx -------------------------------------------------------------------------------- /2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/2.pptx -------------------------------------------------------------------------------- /20.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/20.pptx -------------------------------------------------------------------------------- /21.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/21.pptx -------------------------------------------------------------------------------- /3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/3.pptx -------------------------------------------------------------------------------- /4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/4.pptx -------------------------------------------------------------------------------- /5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/5.pptx -------------------------------------------------------------------------------- /6.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/6.pptx -------------------------------------------------------------------------------- /7.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/7.pptx -------------------------------------------------------------------------------- /8.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/8.pptx -------------------------------------------------------------------------------- /9.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmsbooks/algforopt-slides/3876fee0a4ca408e2b48c0a29b2743844c657b9a/9.pptx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Mykel J. Kochenderfer and Tim A. Wheeler 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Slide decks for Algorithms for Optimization 2 | 3 | These slide decks correspond to the various chapters of *Algorithms for Optimization* by Mykel J. Kochenderfer and Tim A. Wheeler, shared under the MIT license. 4 | 5 | The slides use the font available [here](http://www.gust.org.pl/projects/e-foundry/tex-gyre/pagella/qpl2_501otf.zip). Please download and install for the fonts to appear properly on your system. 6 | 7 | Feel free to file issues and pull requests. 8 | --------------------------------------------------------------------------------