The Circus Tent Problem with R’s Quadprog
The MathWorks has an interesting demo on how the shape of a circus tent can be modeled as the solution of a quadratic program in MATLAB. In this post, we’ll show how to solve this same problem in R using the quadprog package and also provide the technical details not covered in the Mathwork’s example.… Read More The Circus Tent Problem with R’s Quadprog