daffidwilde / edo

A library for generating artificial datasets through genetic evolution.
https://doi.org/10.1007/s10489-019-01592-4
MIT License
13 stars 0 forks source link

Latin hypercube sampling #49

Open daffidwilde opened 5 years ago

daffidwilde commented 5 years ago

A variant on randomly sampling distribution parameters at the point of creating the initial population. With Latin hypercube sampling (LHS), the parameter space is utilised fully, giving a wider initial range of individuals.

This initialisation method is default in SciPy's differential evolution implementation, as well as in other optimisation methods.

drvinceknight commented 5 years ago

I hadn't heard of this but sounds sensible (and useful!). Can you link to a paper on the concept of LHS?

daffidwilde commented 5 years ago

Here you go: