Research Article

Optimal Routing and Scheduling of Charge for Electric Vehicles: A Case Study

Algorithm 1

DE algorithm.
  Inputs: Read values of the control parameters:
  Initialization of population ():
  for to   do
     for    to    do
        Mutation: Generate a donor vector
          OR  
        Crossover: Generate a trial vector
        
        
        Selection: Evaluate the trial vector
        
        
      end for
  end for