Metadata-Version: 2.3
Name: sampling_tille
Version: 0.1.2
Summary: 
Author: Stippe
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cvxpy (>=1.6.3,<2.0.0)
Requires-Dist: geopandas (>=1.0.1,<2.0.0)
Requires-Dist: numpy (>=2.2.3,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pyscipopt (>=5.4.1,<6.0.0)
Description-Content-Type: text/markdown

# Sampling

This library contains some of the most common sampling procedures.
A part of the library is the Python porting of
[sampling R package by Yves Tillé and Alina Mattei](
https://www.rdocumentation.org/packages/sampling/versions/2.10),
the methods are described in 
["Sampling algorithms" by Tillé](
https://link.springer.com/referenceworkentry/10.1007/978-3-642-04898-2_501).


