Research Article
Set-Based Differential Evolution Algorithm Based on Guided Local Exploration for Automated Process Discovery
Algorithm 2
Pseudocode of the binomial crossover.
(1) | Add the activities into the trial individual | (2) | Generate a random number r between 1 and | (3) | foreach in do | (4) | if rand < Cr || i = r do | (5) | | (6) | | (7) | else | (8) | | (9) | |
|