Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bihaqo/l1nls
Matlab and Python solvers that find the solution of system of linear equations of minimal L1 norm
https://github.com/bihaqo/l1nls
Last synced: 27 days ago
JSON representation
Matlab and Python solvers that find the solution of system of linear equations of minimal L1 norm
- Host: GitHub
- URL: https://github.com/bihaqo/l1nls
- Owner: Bihaqo
- Created: 2015-01-05T12:54:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T15:55:55.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T14:22:22.006Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Matlab and Python solvers that find the least 1-norm solution of the system of
linear equations, i.e. solve the following optimization problem:
```
min. ||x||_1
s.t.
A x = b
```The Python version uses PuLP for solving the underlying linear programming.