EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
829 stars 340 forks source link

A question for WeakMutationSuiteFitness's Design #385

Closed zzctmac closed 2 years ago

zzctmac commented 2 years ago

Context

Please provide below a detailed introduction to the issue itself, and describe what you were doing when the issue happened. Or, what do you want to achieve? Evosuite has a fitness function class, called WeakMutationSuiteFitness. It will add a branch fitness score for the additional guide to help search algorithms. But in the multiple criteria combination, if the branch fitness score has been added to the total score, is WeakMutation's handle necessary?