Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 344 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 344 Bytes

Space Filling Designs

Python package to download optimal latin hypercube designs

# To get a Latin Hypercube design of 10 points in 3 dimensions optimized with the L2 metric
design = get_maximin_design('lhdl2nd', 10, 3)

Designs are downloaded from https://spacefillingdesigns.nl and converted to a python usabled nested list.