Dear Keren,
for a parameter to be shared among all branches, the option is :
nonhomogeneous_one_per_branch.shared_parameters= YN98.123_Full.theta, YN98.kappa, ...
If you want to share the parameter among a set of branches, you need to alias
the branch specific parameters individually.
For example:
nonhomogeneous.alias = YN98.123_Full.theta_2->YN98.123_Full.theta_1, YN98.123_Full.theta_3->YN98.123_Full.theta_1, ...
where _1 means branch with ID 1.
This may be long if you have many branches. Usually I use a script to fill the line, but it would be
very easy to change the general option in such way:
nonhomogeneous_one_per_branch.shared_parameters= YN98.123_Full.theta_[1,2,3,4], YN98.kappa_[3,4,2,9], ...
where sets of branch IDs are defined explicitely.
I can do it quickly, no problem.
Cheers,
Laurent