Metadata-Version: 2.1
Name: simplelhs
Version: 1.0.0
Summary: Simple implementation of Latin Hypercube Sampling.
Author: Mike Diessner
Author-email: <mikediessner@gmail.com>
Keywords: Python,Latin Hypercube Sampling,Space filling design
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
License-File: LICENSE

This simple implementation of Latin Hypercube Sampling can be used to find collection of points that cover a predefined space. Currently, a random and a maxmin design are supported.
