Research Article
Solving Partial Differential Equations Using a New Differential Evolution Algorithm
Algorithm 2
Exponential crossover.
Input: x, v, CR | Output u | (1) Set u = x | (2) Randomly choose | (3) Set . Generate a uniform random number 0, 1. | (4) While rand ≤ or , do | (5) , | (6) , If , | (7) End while |
|