From b7b49981555b53caf5f72e887fe3f480f293a453 Mon Sep 17 00:00:00 2001 From: Sayan Goswami Date: Thu, 1 Oct 2020 13:44:18 +0530 Subject: [PATCH] Add definition for linear programming. --- glossary.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/glossary.md b/glossary.md index 07ad93e..d2060e0 100644 --- a/glossary.md +++ b/glossary.md @@ -896,7 +896,13 @@ performance after making observations about the world. ## line search ## linear Gaussian ## linear interpolation smoothing + ## linear programming + +**Linear programming** is a linear optimzation method whose goal +is to maximize the objective for a mathematical model that is subject +to some linear constraints. + ## linear regression ## linear resolution ## linear separator