Research Article

A Genetic Algorithm for Task Scheduling on NoC Using FDH Cross Efficiency

Pseudocode 1

Pseudocode of cross evaluation of DEA-ready pool.
BEGIN SCHEDULE-EVALUATION
(1) FOR each schedule in the DEA-ready pool Γ DO:
  (1.1) Calculate using FDH DEA;
(2) END FOR
(3) Regroup efficient schedule as ;
(4) FOR each schedule in ;
(4.1) FOR each schedule in DO:
      (4.1.1) Calculate the peer-appraisal FDH ;
(4.2) END FOR;
(4.3) Calculate the average cross efficiency of ;
(5) END FOR
(6) Sorting the cross efficiency of schedules in ;
(7) Mark the schedule with the largest average cross efficiency as ;
END SCHEDULE-EVALUATION