tisimst / pyDOE

Design of experiments for Python
BSD 3-Clause "New" or "Revised" License
263 stars 114 forks source link

Update doe_lhs.py euclidean distance method #35

Open Kiyam opened 2 years ago

Kiyam commented 2 years ago

Changed euclidean distance method calculation to the in-built one in scipy to improve performance significantly for use cases where there are more than 1000 points that need to be sampled. It does add an extra dependency on scipy however.