def __str__(self): s = '%s:\n' % (self.__class__) s += jutils.printDictAsString(self.__dict__, ' ') return s
def __str__(self): s = 'syntheticTester' s += jutils.printDictAsString(self.__dict__, prefix=' ', ignore=['truth', 'z_list']) return s
def __str__(self): s = 'optimizationParams\n' s += jutils.printDictAsString(self.__dict__, prefix=' ') return s
def __str__(self): s = 'syntheticTesterParams' s += jutils.printDictAsString(self.__dict__, prefix=' ') return s