Research Article
Reliability-Based Opportunistic Maintenance Modeling for Multi-Component Systems with Economic Dependence under Base Warranty
Algorithm 1
Optimization of the maintenance cost of the drive device considering the OM strategy.
| | Input: Initial solution , max temperature , cooling schedule, interloop count. | | | Output: Best solution found. | | (1) | ; | | (2) | ; | | (3) | while stop conditions unsatisfied do | | (4) | fordo | | (5) | Generate a random neighbor ; | | (6) | ; | | (7) | ifthen | | (8) | | | (9) | else | | (10) | ifthen; //random generates a random real number in . | | (11) | end if | | (12) | end for | | (13) | ; | | (14) | end while | | (15) | Output . | | (16) | Calculate the optimized maintenance cost of the drive device considering the OM strategy. |
|