Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- An Interactive Tutorial on Numerical Optimization: https://www.benfrederickson.com/numerical-optimization/
- El-Ghazali Talbi. 2009. Metaheuristics: From Design to Implementation. Wiley Publishing.
- Refs on NP-hard and completeness:
- The traveling salesperson problem: https://en.wikipedia.org/wiki/Travelling_salesman_problem
- The vehicle routing problem: https://www.sciencedirect.com/topics/economics-econometrics-and-finance/vehicle-routing-problem
- IBM ILOG CPLEX Optimization Studio: https://www.ibm.com/analytics/cplex-optimizer
- Gurobi Optimization: www.gurobi.com
- FICO Xpress Optimization: https://www.fico.com/en/products/fico-xpress-optimization
- AMPL: https://ampl.com/
- GNU Linear Programming Kit: https://www.gnu.org/software/glpk/
- Computational Infrastructure for Operations Research: https://www.coin-or.org/
- Pyomo: http://www.pyomo.org/
- Convex Over and Under ENvelopes...