'Mutate an individual by applying a mutation function to each attribute with probability indpb.
the individual is created by initCycle and has attributes of diferent types and arguments hence need specific mutation function.
:param individual: Individual to be mutated.
:param seqFunc: sequence of functions to be applied to attributes.
:param indpb: Independent probability for each attribute to be mutated.
:returns: A tuple of one individual.
'Mutate an individual by applying a mutation function to each attribute with probability indpb. the individual is created by initCycle and has attributes of diferent types and arguments hence need specific mutation function.
:param individual: Individual to be mutated. :param seqFunc: sequence of functions to be applied to attributes. :param indpb: Independent probability for each attribute to be mutated. :returns: A tuple of one individual.
fixes #755