Warning: file_put_contents(/opt/frankenphp/design.onmedianet.com/storage/proxy/cache/d4683a8fe3378b633f03c2df9836fcdf.html): Failed to open stream: No space left on device in /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php on line 36

Warning: http_response_code(): Cannot set response code - headers already sent (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 20
GLOP - Wikipedia Jump to content

GLOP

From Wikipedia, the free encyclopedia

GLOP (the Google Linear Optimization Package) is Google's open-source linear programming solver, created by Google's Operations Research Team. It is written in C++ and was released to the public as part of Google's OR-Tools software suite in 2014.[1]

GLOP uses a revised primal-dual simplex algorithm optimized for sparse matrices. It uses Markowitz pivoting to reduce matrix fill-in, steepest-edge pricing to avoid degenerate pivots, and an LU decomposition tailored for sparse matrices.

Inside Google, GLOP is used to stabilize YouTube videos[2] and outside Google, it has been used to perform fast linear relaxations for reinforcement learning.[3]

References

[edit]
  1. ^ "Sudoku, Linear Optimization, and the Ten Cent Diet".
  2. ^ "Sudoku, Linear Optimization, and the Ten Cent Diet".
  3. ^ "A structured prediction approach for generalization in cooperative multi-agent reinforcement learning".
[edit]