void vrna_sc_minimize_pertubation(vrna_fold_compound_t *vc, const double *q_prob_unpaired, int objective_function, double sigma_squared, double tau_squared, int algorithm, int sample_size, double *epsilon, double initialStepSize, double minStepSize, double minImprovement, double minimizerTolerance, progress_callback callback)
Find a vector of perturbation energies that minimizes the discripancies between predicted and observe...
void(* progress_callback)(int iteration, double score, double *epsilon)
Callback for following the progress of the minimization process.
Definition: perturbation_fold.h:96