PDA

View Full Version : Composite def and filtering #number of players bug



herek
08-07-2014, 04:56 AM
HI
I got problem that when i created composite def. its not working when number of players are changing.

I did comp.def for Resteal notes:
1 - Resteal_Total
2 - Resteal_Total_vsHero

Expression i used is: (NC."Resteal_Total_VsHero".Opportunities >20) * NC."Resteal_Total_VsHero" + (NC."Resteal_Total_VsHero".Opportunities <21) * NC."Resteal_Total"

Both 1 and 2 note is filtered via partitions:
http://i.imgur.com/LaUwCSe.png

At the beggining of SNGs it works great, i got proper values but when number of players decrease to <6 then comp.def show me 0. It seems that its only created for 9m table (7-10) and dunno why it wont load 1 or 2 when there is 6-3 players.

This is how it looks 7-10: (i mark the intresting notes RS- Resteal_Total; RsH - Resteal_Total_vsHero; number after name is composite def.)
http://i.imgur.com/8CGcQlv.png

Then <6
http://i.imgur.com/5sqh23j.png

As you can see its 0 but imo according to expression "17".

Any idea why its showing 0 and how can i fix it?

sreticentv
08-07-2014, 06:04 AM
Thank you. I will look into it

Catalyst_Kh
08-07-2014, 07:20 AM
Both 1 and 2 note is filtered via partitions:
http://i.imgur.com/LaUwCSe.png

Where are this settings? Can't find it.

sreticentv
08-07-2014, 01:11 PM
In the next version the composite definition editor will throw an error if you try to save using a note definition that has partitions. There are too many impossible scenarios created by this that someone who looks hard enough will always say it's a bug. For example what if you have two definitions that use different partitions? Also what if the partitions don't match HEM stats that you set? Right now it's just picking the first partition it finds which is not predictable behavior


Where are this settings? Can't find it.

Partitions tab in the definition editor

herek
08-07-2014, 02:13 PM
Yea i understad it. I just thought that in my example its simple false/true. If vs Hero >20 then use vsHero stat with all its settings, partitions etc.
So please tell me is it any way to make it working or im forced to use 2 de

Catalyst_Kh
08-07-2014, 03:16 PM
Thank you.

So, in future versions i may just make two+ copies of some definition, which will differ only by maximum and minimum players dealt settings at the first page preflop tab. Is that correct approach?

sreticentv
08-08-2014, 05:27 PM
Yea i understad it. I just thought that in my example its simple false/true. If vs Hero >20 then use vsHero stat with all its settings, partitions etc.
So please tell me is it any way to make it working or im forced to use 2 de

You can do it but not with partitions


Thank you.

So, in future versions i may just make two+ copies of some definition, which will differ only by maximum and minimum players dealt settings at the first page preflop tab. Is that correct approach?

For now that's the way to go

herek
08-09-2014, 08:16 AM
You can do it but not with partitions


OK i know. Wont be helpful for me but its already powerful tool :)