tanhevg / GpABC.jl

MIT License
54 stars 15 forks source link

Requirement for summary statistics to return a 1D array causes unnecessary reshaping #63

Open tanhevg opened 4 years ago

tanhevg commented 4 years ago

Consider the following use case:

Currently, since the keep_all summary statistic reshapes everything into 1D array, we'd have to reshape everything back into a matrix in the distance function, before taking the trace norm. The limitation of all summary statistics having to produce a 1D array has to be removed.