bayes-scala-gp icon indicating copy to clipboard operation
bayes-scala-gp copied to clipboard

calibrateHgpcFactorGraph - check for taskPosteriors instead of checking just for uPosterior

Open danielkorzekwa opened this issue 9 years ago • 0 comments

instead of:

calibrated = CanonicalGaussian.isIdentical(beforeUMarginal, factorGraph.uVariable.get, 1e-3)

do:

taskPosterior.filter(taskPosterior => !isIdentical....)

danielkorzekwa avatar Mar 03 '16 16:03 danielkorzekwa