Research Article

A Tabu Search-Based Memetic Algorithm for Hardware/Software Partitioning

Algorithm 3

Crossover operator.
Require: Two selected individuals and ;
Ensure: A new offspring ;
(1) for     do
(2) if     then
(3)   Let .
(4) else
(5)   takes value 0 or 1 randomly.
(6) end if
(7) end for
(8) return   as a new offspring.