Skip to content

Commit da59374

Browse files
authored
Merge pull request #69 from KonkonYoumu/fix_metric_for_iftpp
Add a thinning config to IntensityFree_train in YAML config
2 parents 380f74e + c98ae64 commit da59374

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

examples/configs/experiment_config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,16 @@ IntensityFree_train:
255255
use_ln: False
256256
model_specs:
257257
num_mix_components: 3
258-
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
259268

260269

261270
ODETPP_train:

0 commit comments

Comments
 (0)