Research Article

Cloud-Internet of Health Things (IOHT) Task Scheduling Using Hybrid Moth Flame Optimization with Deep Neural Network Algorithm for E Healthcare Systems

Pseudocode 1

VM ware analysis.
Initialize the population using Moths
Initialize IoHT
Initialize VM
Assign the threshold value
While VMs are balanced with loads
if (load in VMs < threshold)
{
 do
 {
  Assign a task to VM
  Sort the task
  Estimate the moth distance
  Update the moth distance
 } while (load in VMs < threshold)
}
else
Update the new solution onto the moths
Search similar neighborhood VM
Check if the load is balanced or not in VMs