pyDOE
pyDOE copied to clipboard
Update doe_lhs.py euclidean distance method
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.