prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

[Question][Hw6] Meaning of update_seeds function #334

Open anisrashidov opened 1 year ago

anisrashidov commented 1 year ago

What was the intention behind success, mutant and new_coverage variables in "let update_seeds env success coverage new_coverage mutant seeds = ..."? Thanks in advance.

DoHunLee1 commented 1 year ago

I think success, new_coverage can be used for metrics of function that is for updating seeds. If the conditions are met, mutant will add in seeds.

m-spitfire commented 1 year ago

FYI: you don't have to use that signature or that function, you can write your own way of updating the seeds

KihongHeo commented 1 year ago

Can you make a title so that other people can easily see the point?