zuzkajelcicova / CS454-Automated_patching_using_GP

4 stars 0 forks source link

Mutation #23

Open zele-git opened 5 years ago

zele-git commented 5 years ago

Implementation of mutation: randomly an individual is selected and target node identified, on the other hand a source node is selected from source node list, and then random selection on operators (insert, delete, replace), finally mutation performed. I am still thinking about how many individuals we should consider, and selection mechanism from the pool. You may propose me some ideas.