[chaching] changing all chacher limits to 3

This commit is contained in:
mzwiessele 2016-03-07 11:37:22 +00:00
parent 99caca6702
commit b1e073318f
48 changed files with 72 additions and 72 deletions

View file

@ -21,7 +21,7 @@ class VarDTC_minibatch(LatentFunctionInference):
"""
const_jitter = 1e-8
def __init__(self, batchsize=None, limit=1, mpi_comm=None):
def __init__(self, batchsize=None, limit=3, mpi_comm=None):
self.batchsize = batchsize
self.mpi_comm = mpi_comm