This class is used to solve Portfilio Optimization Problems.
This class is used for optimizing service networks.
This object solves the following Quadratic Programming (QP) problem: Given n investment instruments, find a combination/portfolio that minimizes risk for a given expected return.
This object is used to test the PortfolioOpt class.
Optimize the service network by solving the following Linear Programming (LP) Problem.
This object is used to the run the ServiceNetwork example.
The optimization package contains example apps for finding solutions (minima or maxima) to optimization problems.