-
Notifications
You must be signed in to change notification settings - Fork 179
faq 117473281
Billy Charlton edited this page Sep 5, 2018
·
2 revisions
by harisbal on 2017-10-25 15:40:06
Hello,
Let's say that I have two subpopulations (subA and subB). I assume it is possible to assign different strategy weights to subA and subB for the same strategy e.g:
< parameterset type= " strategysettings " >
<param name= " strategyName " value= " ChangeLegMode "/>
<param name= " weight " value= " 0.1 "/>
<param name= " subpopulation " value= "subA"/>
</ parameterset >
< parameterset type= " strategysettings " >
<param name= " strategyName " value= " SelectExpBeta "/>
<param name= " weight " value= " 0.9 "/>
<param name= " subpopulation " value= "subA"/>
</ parameterset >
< parameterset type= " strategysettings " >
<param name= " strategyName " value= " ChangeLegMode "/>
<param name= " weight " value= " 0.7 "/>
<param name= " subpopulation " value= "subB"/>
</ parameterset >
< parameterset type= " strategysettings " >
<param name= " strategyName " value= " SelectExpBeta "/>
<param name= " weight " value= " 0.3 "/>
<param name= " subpopulation " value= "subB"/>
</ parameterset >
Am I correct? Thank you
by Kai Nagel on 2017-10-25 20:31:18
That's the idea, yes. Let us know if it does not work. (I would not use the empty spaces inside the double quotes ...)
by harisbal on 2017-10-25 21:49:38
Thank you
You are viewing an archive of the previous MATSim Q&A site. The real site is now at https://matsim.org/faq