Skip to content

faq 117473281

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Subpopulation strategy weights.

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


Comments: 2


Re: Subpopulation strategy weights.

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 ...)


Re: Subpopulation strategy weights.

by harisbal on 2017-10-25 21:49:38

Thank you

Clone this wiki locally