Hi, I'm running a minimization that may need to be interrupted some times, due to computational constraints.
Is there a way I can save the "gsl_multimin_minimizer" variable, so I can resume optimization? The tricky part is that this struct has a void pointer with unknown size... I assume the remaining fields of the struct simply depend on the chosen minimization method. Thank you! Pedro
