Research Article

Multiobjective-Optimized Design of a New UWB Antenna for UWB Applications

Algorithm 1

Description of the NSGAII.
  
                 Random creation of initial population.
   Evaluation( )
   Application selection, crossover and mutation operators to breed new offsprings
   Evaluation( )
  while End optimization==False do
    
     Elitism Selection of the best individuals from
     Application selection, crossover and mutation operators to breed new offsprings
Evaluate( )
  if Goal reached then
     End optimization True
  end if
end while