Welcome to the PyLocus documentation !¶
PyLocus is a Python package designed to solve general localization problems, \(min_X L(X)\), where \(X\) is a \(N\) x \(d\) matrix of coordinates of a point set and \(L(X)\) is a cost function adapted to the problem at hand.
The goal is to find the best location of all or some points in \(X\).
Source code is on GitHub : https://github.com/LCAV/PyLocus.
Get it¶
PyLocus is available from PyPi and Python 3.6 compatible. If you already have pip installed, simply run :
$ sudo pip install --ignore-installed --upgrade pylocus
Contribute¶
If you want to contribute to this project, you may fork our GitHub main repository repository : https://github.com/duembgen/PyLocus and submit a pull request from a new branch feature_myfeature.