90 * \brief Updates a \f$(\mu+1)\f$-MO-CMA-ES chromosome of an successful offspring individual. It is assumed that unsuccessful individuals are not selected for future mutation.
115 * \brief Updates a \f$(\mu+1)\f$-MO-CMA-ES chromosome of a parent individual.
116 *
117 * This is called when the parent individual survived the last selection process. The update process depends now on how the offspring fares:
118 * It can be successful, unsuccesful or a complete failure.
119 *
120 * Based on whether it is succesful or not, the global stepsize is adapted as for the child. In the case of a failure the direction of that individual is actively
121 * purged from the Covariance matrix to make this offspring less likely.