Research Article

Weighted Constraint Satisfaction for Smart Home Automation and Optimization

Algorithm 5

Bacterial memetic algorithm.
Create initial population;
;
while    do
  for    to    do
     BacterialMutation()
  end
  GeneTransfer;
  for    to    do
     LocalSearch()
  end
  ;
end