prosyslab-classroom / cs348-information-security

62 stars 10 forks source link

[Question][Hw4] I can't surly get how to use seeds set. #109

Closed junstar98 closed 3 years ago

junstar98 commented 3 years ago

I thought my Campagin.run function would work like:

  1. test an input in seeds set.
  2. mutate input and update seeds and coverage
  3. return updated seeds and coverage

My question is that isn't there any fixed method in choosing input in step 1?? I have no idea how to choose one input from seeds set. (Would random choice be fine?)

junstar98 commented 3 years ago

Oh, never mind. I got it.