Skip to content

Commit c6bad6a

Browse files
committed
ditto
1 parent eb2b004 commit c6bad6a

5 files changed

Lines changed: 5 additions & 0 deletions

libensemble/tests/regression_tests/test_persistent_aposmm_dfols.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def combine_component(x):
6969
"gen_f": gen_f,
7070
"persis_in": ["f", "fvec"] + [n[0] for n in gen_out],
7171
"out": gen_out,
72+
"initial_batch_size": 100,
7273
"user": {
7374
"initial_sample_size": 100,
7475
"localopt_method": "dfols",

libensemble/tests/regression_tests/test_persistent_aposmm_exception.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def assertion(passed):
6969
"gen_f": gen_f,
7070
"persis_in": ["f"] + [n[0] for n in gen_out],
7171
"out": gen_out,
72+
"initial_batch_size": 100,
7273
"user": {
7374
"initial_sample_size": 100,
7475
"localopt_method": "LN_BOBYQA",

libensemble/tests/regression_tests/test_persistent_aposmm_external_localopt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"gen_f": gen_f,
7676
"persis_in": ["f"] + [n[0] for n in gen_out],
7777
"out": gen_out,
78+
"initial_batch_size": 100,
7879
"user": {
7980
"initial_sample_size": 100,
8081
"sample_points": np.round(minima, 1),

libensemble/tests/regression_tests/test_persistent_aposmm_nlopt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"gen_f": gen_f,
6565
"persis_in": ["f"] + [n[0] for n in gen_out],
6666
"out": gen_out,
67+
"initial_batch_size": 100,
6768
"user": {
6869
"initial_sample_size": 100,
6970
"sample_points": np.round(minima, 1),

libensemble/tests/regression_tests/test_persistent_aposmm_tao_blmvm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"gen_f": gen_f,
6868
"persis_in": ["f", "grad"] + [n[0] for n in gen_out],
6969
"out": gen_out,
70+
"initial_batch_size": 100,
7071
"user": {
7172
"initial_sample_size": 100,
7273
"sample_points": np.round(minima, 1),

0 commit comments

Comments
 (0)