def __str__(self): s = self.__class__.__name__ + "=[" s += "kernel=" + str(self.kernel) s += ", threshold=" + str(self.threshold) s += ", spread=" + str(self.spread) s += ", " + MCMCSampler.__str__(self) s += "]" return s
def __str__(self): s=self.__class__.__name__+ "=[" s += "kernel="+ str(self.kernel) s += ", nu2="+ str(self.nu2) s += ", gamma="+ str(self.gamma) s += ", " + MCMCSampler.__str__(self) s += "]" return s
def __str__(self): s=self.__class__.__name__+ "=[" s += "globalscale="+ str(self.globalscale) s += ", sample_discard="+ str(self.sample_discard) s += ", sample_lag="+ str(self.sample_lag) s += ", accstar="+ str(self.accstar) s += ", " + MCMCSampler.__str__(self) s += "]" return s
def __str__(self): s = self.__class__.__name__ + "=[" s += "spread=" + str(self.spread) s += ", " + MCMCSampler.__str__(self) s += "]" return s
def __str__(self): s = self.__class__.__name__ + "=[" s += "scale=" + str(self.scale) s += ", " + MCMCSampler.__str__(self) s += "]" return s
def __str__(self): s = self.__class__.__name__ + "=[" s += MCMCSampler.__str__(self) s += "]" return s