ahwillia / affinewarp

An implementation of piecewise linear time warping for multi-dimensional time series alignment
MIT License
162 stars 36 forks source link

Add CMA-ES for affine warps #5

Closed poolio closed 6 years ago

poolio commented 6 years ago

Adds support for CMA-ES warp optimization when using affine warps. Set use_es=True to try it out, with n_jobs specifying the number of parallel jobs to use.