We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a0e59 commit eb2b004Copy full SHA for eb2b004
1 file changed
libensemble/gen_funcs/sampling.py
@@ -84,7 +84,7 @@ def uniform_random_sample_with_var_priorities_and_resources(H, persis_info, gen_
84
n = len(lb)
85
86
if len(H) == 0:
87
- b = gen_specs["batch_size"]
+ b = gen_specs["initial_batch_size"]
88
89
H_o = np.zeros(b, dtype=gen_specs["out"])
90
for i in range(0, b):
0 commit comments