Research Article

Solving Partial Differential Equations Using a New Differential Evolution Algorithm

Algorithm 1

Binomial crossover.
Input: x, v, CR
Output u
 (1) Set u = x
 (2) Randomly choose
 (3) For to
 (4) Generate a uniform random number 0, 1 .
 (5) If rand ≤ CR or , set .
 (6) Next