Page 1 of 1
Help me with Staff model
Posted: Fri Apr 05, 2024 3:03 pm
by Nub_User
Dear,
Could you help me correct this model?
In the simulation, I'm getting negative values in the "Training" level variable, and I need it to always have values greater than or equal to 0.
I've tried several fixes but haven't been able to balance it.
Thank you very much.
Re: Help me with Staff model
Posted: Fri Apr 05, 2024 3:07 pm
by Administrator
I'd start by removing "people quitting" and thinking about implementing it in a different way. The equation is too complex for that anyway.
As you are directly delaying "People to train" to calculate "People trained", if you do have people quitting, "Training" will of course go negative.
Maybe a better solution would be to calculate "people finishing course", and of them, some go into "Staff", and some leave?
Re: Help me with Staff model
Posted: Fri Apr 05, 2024 3:31 pm
by Nub_User
Thank you very much, you're right. You've made me reflect.
The effect I'm trying to capture with "people quitting" is that individuals leave the course at any time from the beginning of its delivery (either because they don't like the course or because they found a better opportunity). And that, by freeing up a spot, triggers the search for personnel to fill the vacancy.
Connecting "people quitting" to "people trained" and subtracting its value adjusts the output. Thank you very much again!

Re: Help me with Staff model
Posted: Fri Apr 05, 2024 5:13 pm
by Administrator
You could also consider a queue instead as you can remove things from one of those.
Re: Help me with Staff model
Posted: Fri Apr 05, 2024 6:05 pm
by Nub_User
Could you please explain to me how I could implement a queue?

Re: Help me with Staff model
Posted: Sat Apr 06, 2024 6:44 am
by Administrator