pyDOE icon indicating copy to clipboard operation
pyDOE copied to clipboard

Update doe_lhs.py euclidean distance method

Open Kiyam opened this issue 3 years ago • 0 comments

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.

Kiyam avatar Oct 12 '21 14:10 Kiyam