_images/EPFL_logo.png _images/lcav_logo_.png




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

Module contents

Point Setups

PointSet
ConstrainedSet
HeterogenousSet

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.

Documentation

Indices and tables

Index Module Index Search Page