# Baseline with moderate parameters
--dp-alpha 0.5 --pyp-alpha 0.3 --pyp-sigma 0.2 --variance 0.3

# Test tighter DP clustering + stronger PYP power-law
--dp-alpha 0.3 --pyp-alpha 0.2 --pyp-sigma 0.3 --variance 0.5

# Test more DP clusters + milder PYP discount
--dp-alpha 0.8 --pyp-alpha 0.4 --pyp-sigma 0.1 --variance 0.2

# Test aggressive merging in DP + strong PYP power-law
--dp-alpha 0.2 --pyp-alpha 0.1 --pyp-sigma 0.4 --variance 0.7

# Higher cluster discovery for both models with a moderate PYP discount
--dp-alpha 1.0 --pyp-alpha 0.5 --pyp-sigma 0.25 --variance 0.4
