We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Recruiters
PhoneScreens
Am I off?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
whereas I would have expected the results to be
given
since I would assume one recruiter would flow into the
Recruiters
stock, and that new value would be used to updatePhoneScreens
Am I off?
The text was updated successfully, but these errors were encountered: