eriknw / dask-patternsearch

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

Implement #1: batch and vectorize functions for faster evalulation. #14

Closed eriknw closed 7 years ago

eriknw commented 7 years ago

The user must specify the batch size. We do not automatically choose a suitable batch size.

The objective function may also be vectorized where it operates on many points at once as a 2-D array. Ever hear of numpy, numba, numexpr, etc?