systems icon indicating copy to clipboard operation
systems copied to clipboard

Flows from the previous round?

Open whw opened this issue 5 years ago • 0 comments

Hi!

First off, very cool tool. I was looking at your example and I noticed I had a mental mismatch. The results of the first round shown are:

        Recruiters      PhoneScreens  
0       10              0               
1       11              30              

whereas I would have expected the results to be

        Recruiters      PhoneScreens    
0       10              0               
1       11              33             

given

[PossibleRecruiters] > Recruiters(10, 15) @ 1
[Candidates] > PhoneScreens @ Recruiters * 3

since I would assume one recruiter would flow into the Recruiters stock, and that new value would be used to update PhoneScreens

Am I off?

whw avatar Apr 24 '19 22:04 whw