I have a model for gear shift process including several fixed parameters, and other three variables x, y, and z, and I would like to develop a control to achieve successful engagement process.
The engagement process can be described by the shiftability condition f(x,y,z). So, given x,y,z, the system has two possibilities, successful (1) and unsuccessful (0) engagement.
However, x is a random variables in the interval [a, b], so, the engagement process is described now by the engagement probability P(y, z). So, given y, z, the engagement process now can be c successful (1) and (1 - c) unsuccessful (0), where c is the probability value.
Based on this, a controller reads (y) and output (z) should be developed to guarantee successful engagement (1). All what it can be done is based on y-value, the control can output z-value that can given the maximum possible engagement probability but the engagement process is still not 100% successful.
Does fuzzy logic, or Model protective control (MPC), or any other control method can achieve this task of 100% successful engagement, and How?