Research Article

A Novel Approach for Classifying MANETs Attacks with a Neutrosophic Intelligent System based on Genetic Algorithm

Algorithm 1

Begin
  Initialize a population
  Evaluate fitness for each individual
  While (! stop condition) do
    Proceed the cross over process.
    Proceed the mutation process.
    Evaluate new individual.
    Select individual to replace and their replacement.
    Update stop condition.
  End
  Return best solution
  End