หัวข้อ: Optimization problems
ดูหนึ่งข้อความ
  #2  
Old 30 มีนาคม 2021, 10:11
share share ไม่อยู่ในระบบ
ลมปราณไร้สภาพ
 
วันที่สมัครสมาชิก: 23 เมษายน 2013
ข้อความ: 1,211
share is on a distinguished road
Default

In the theory of linear programming,
a basic feasible solution (BFS) is a solution with a minimal set of non-zero variables.

Geometrically, each BFS corresponds to a corner of the polyhedron of feasible solutions.

If there exists an optimal solution, then there exists an optimal BFS.
Hence, to find an optimal solution, it is sufficient to consider the BFS-s.

This fact is used by the simplex algorithm,
which essentially travels from some BFS to another until an optimal one is found.[1]
ตอบพร้อมอ้างอิงข้อความนี้