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 380f74e commit c98ae64Copy full SHA for c98ae64
examples/configs/experiment_config.yaml
@@ -255,7 +255,16 @@ IntensityFree_train:
255
use_ln: False
256
model_specs:
257
num_mix_components: 3
258
-
+ thinning:
259
+ num_seq: 10
260
+ num_sample: 1
261
+ num_exp: 500 # number of i.i.d. Exp(intensity_bound) draws at one time in thinning algorithm
262
+ look_ahead_time: 10
263
+ patience_counter: 5 # the maximum iteration used in adaptive thinning
264
+ over_sample_rate: 5
265
+ num_samples_boundary: 5
266
+ dtime_max: 5
267
+ num_step_gen: 1
268
269
270
ODETPP_train:
0 commit comments