Hacker News new | ask | show | jobs
by sandeeps_ 2243 days ago
Awesome! I have always been looking for a book like this. Thanks for sharing. A quick look at the book tells me that this is a handbook of different optimization techniques that can be used under different conditions. Do you know if there's a python/matlab version of the examples mentioned in the book?
1 comments

The book ships with Julia examples, but most of the algorithms are available in cvxpy [1], scipy.optimize [2] and matlab optimization toolboxes [3].

[1] https://www.cvxpy.org/

[2] https://docs.scipy.org/doc/scipy/reference/tutorial/optimize...

[3] https://www.mathworks.com/products/optimization.html