Skip to content

cyrilpic/space-filling-designs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Space filling designs for python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages