Research Article
Adaptive Decision Method in C3I System
Algorithm 2
Multi-index ranking method.
| Input: Frontier policy set; weight of objectives; variable point adjustment cost; harmony index threshold; objective function threshold; | | Output: optimal scheme | (1) | | (2) | Calculate user preference score | (3) | Calculate adjustment cost score | (4) | Calculate the total score of the scheme according to formula (3) | (5) | End | (6) | Sort , ;//Arrange the policy set in descending order by each goal score | (7) | | (8) | to number of harmony test indicators | (9) | If the j-th harmony test index of strategy I is less than its j-th harmony test index threshold | (10) | Then reject this scheme; | (11) | End | (12) | For j = 1 to threshold number of objective function | (13) | If <j-th objective function threshold | (14) | Then reject this scheme; | (15) | End | (16) | End | (17) | Print Pi//output the optimal policy |
|