We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eda215 commit 0ea9be1Copy full SHA for 0ea9be1
benchmarks/domains/easom_tl_noise.py
@@ -158,9 +158,9 @@ def easom_tl_noise(settings: ConvergenceBenchmarkSettings) -> pd.DataFrame:
158
results = []
159
160
def sample_initial_data():
161
- p = 0.0001
+ p = 0.00005
162
upsample_max_thr = 0.5
163
- n_upsample_max = 3
+ n_upsample_max = 1
164
data_sub = pd.concat(
165
[
166
# Sample specific fraction of initial data
benchmarks/domains/michalewicz_tl_noise.py
@@ -144,9 +144,9 @@ def michalewicz_tl_noise(settings: ConvergenceBenchmarkSettings) -> pd.DataFrame
144
145
146
147
- p = 0.0005
+ p = 0.0001
148
upsample_max_thr = 3
149
150
151
152
0 commit comments