How can I change processing times based on a learning curve?
I am running a rampup simulation on a line, and I want to assign a formula to the processing time of each station that represents this learning curve7. In this case, I want to use Y= A*X^B, where Y is the time to produce unit X, A is the time to produce the first unit (for example, 15 seconds), X is the cumulative number of units produced, and B is the logarithm of the learning rate divided by the logarithm of 2. In other words, as the operator produces items, each item would have a decrease in its processing time. Would it be possible to do this?
Thank you in advance!