TriHuynh00 / AC3R-Demo

Automatic Crash Constructor from Crash Report (A3CR) Demo of constructing simulations from crash reports
11 stars 6 forks source link

Implement EA1+1 #27

Closed alessiogambi closed 3 years ago

alessiogambi commented 3 years ago

As a basic search algorithm, we need to implement the Evolutionary Algorithm one plus one: population size = 1 mutate the best individual evaluate the mutants compare the mutation with the best and select the one with the highest fitness value repeat until budget

alessiogambi commented 3 years ago

Closed by #30