diff --git a/src/blop/agent.py b/src/blop/agent.py index d53590d..a8dd2d9 100644 --- a/src/blop/agent.py +++ b/src/blop/agent.py @@ -39,7 +39,7 @@ mpl.rc("image", cmap="coolwarm") -DEFAULT_MAX_SAMPLES = 2**12 +DEFAULT_MAX_SAMPLES = 3200 def _validate_dofs_and_objs(dofs: DOFList, objs: ObjectiveList):