1 / 6
Terminology
60 likes | 155 Vues
Terminology. program = optimization problem linear program, integer program, quadratic program, … decision variables objective constraints feasible solution. Terminology. max x x T r s.t. x T Cx <= (10%) 2 1 T x = 1. Least Squares. Data: ( x i ,y i ) i=1,…,n. Solution.
Télécharger la présentation
Terminology
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Terminology • program = optimization problem • linear program, integer program, quadratic program, … • decision variables • objective • constraints • feasible solution
Terminology maxx xTr s.t. xTCx <= (10%)2 1Tx = 1
Least Squares • Data: (xi,yi) i=1,…,n
Extensions • a,b >= 0 • aTxi+b >= 0
Modeling • Data? • Variables? • Constraints? • Objective? • Intermediate Variables? • Solvable? • Solution make sense? • Sensitivity
More Related