ICB-DCM / pyABC

distributed, likelihood-free inference
https://pyabc.rtfd.io
BSD 3-Clause "New" or "Revised" License
205 stars 44 forks source link

Can we assign different distance method to different models? #572

Closed xieduo7 closed 2 years ago

xieduo7 commented 2 years ago

Hi @yannikschaelte ,

Thank you for your again.

Can we assign different distance functions to different models? I am trying to implement the DIC (Deviance Information Criteria) or BIC (Bayesian Information Criterion) for model selection in ABC using pyABC. I think assigning different distance functions to different models may be preliminary for this.

Thank you.

Best, Duo

yannikschaelte commented 2 years ago

Hi, unfortunately this is not easily possible, because the distance function is universal for all models.

yannikschaelte commented 2 years ago

Closing due to inactivity. Feel free to re-open if the issue persists!