Research Article

Multicriteria Deming Regressive African Buffalo Optimized Mapping for 3D NoC Architecture Design

Algorithm 1

Multiobjective Deming Regressive African Buffalo Optimized Mapping.
(1)Input: Benchmark dataset, Number of cores , Output: Find optimized IP core for NoC design
(2)Begin
(3) Step 1. Initialize the population of cores
(4) Step 2. For each core
(5) Step 3. Compute multi-criteria function
(6) Step 4. Measure the fitness ‘
(7) Step 5. While (t < Max_ iter)
(8) Step 6. If then
(9) Step 7. Update buffalos’ exploitation
(10) Step 8. Update the location of buffalos
(11) Step 9. End if
(12) Step 10. t = t+1
(13) Step 11. End while
(14) Step 12. Obtain the best solution
(15) Step 13. End For
(16) Step 14. Perform mapping based on probability End.