TNO / harlow

A Python package for adaptive sampling and surrogate modelling.
https://TNO.github.io/harlow
MIT License
4 stars 1 forks source link

Fix LHS sampler #10

Closed merijnpepijndebakker closed 1 year ago

merijnpepijndebakker commented 1 year ago

The LHS sampler currently creates and new point for every iteration. This is against the nature of how LHS works. Improve this, probably by drawing the full n datapoints at a time.

merijnpepijndebakker commented 1 year ago

this has been solved in pull request #17