eriknw / dask-patternsearch

Scalable pattern search optimization with dask
BSD 3-Clause "New" or "Revised" License
21 stars 2 forks source link

One-dimensional stencil #4

Open eriknw opened 7 years ago

eriknw commented 7 years ago

The current stencil creation method is overkill (and inefficient) for one-dimensional problems. We should create a new stencil to handle 1-d spaces.