Closed wei-lingfeng closed 5 months ago
Is there a way to feed pre-generated data and the simulator function simultaneously, so that nbi doesn't have to re-genereate simulated data each time but can still perform importance sampling?
Yes, if x and y are supplied in engine.fit() then it uses that supplied data even if simulator is specified
Is there a way to feed pre-generated data and the simulator function simultaneously, so that nbi doesn't have to re-genereate simulated data each time but can still perform importance sampling?