Closed shukon closed 4 years ago
@AndreBiedenkapp Ah, sorry, forgot to change the title. Will work with Drafts from now on.
Specifically are the type casts necessary?
Well, SMAC 0.12.0 returns lists for that function now (not np.array's). After I was halfway through PIMP, porting everything that uses types to support lists instead of arrays, I realized that PIMP heavily relies on it being arrays to perform array-operations in multiple places (the link is one example). So if we have to cast anyway, we might as well do it consistently I figured. Are you ok with that?
Fixes #116