Stefan-Endres / shgo

Simplicial Homology Global Optimization
https://stefan-endres.github.io/shgo
MIT License
44 stars 12 forks source link

Implement VertexCache for arbitrary sampling #15

Closed Stefan-Endres closed 3 years ago

Stefan-Endres commented 6 years ago

The 1-dimensional Sobol sequences can't be implemented as Delaunay triangulation object since qhull only accepts dimensions 2 and higher.

This is causing major issues in refactoring and expansion of the code since we have to deal with two data structures in all the functions.

A common data structure for both cases similar to the simplicial sampling method would ease future changes to the code.

Stefan-Endres commented 3 years ago

Implemented with cc51c2348f239b6378ac00e5768832f51c66fe61.