Skip to content

randomness in selecting mutants #9

@jvoigtlaender

Description

@jvoigtlaender

Here:

dropClauseMutation (Indiviual n) s = take n <$> dropClauseMutation Summary s
and here:
Right cs -> Right $ take 1000 $ map (unlines . map (fixupShow . show)) (tail $ mapM mutate cs)
simply the first so-and-so many of all mutants are taken. Maybe the list should be shuffled beforehand?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions