Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 983f7a33 rédigé par Gwenael SAMAIN's avatar Gwenael SAMAIN
Parcourir les fichiers

main: comment the meaning of init_SBR

parent 1b50bde6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -533,8 +533,12 @@ int main(int argc, char **argv) {
}else{
if(init_SBR)
if(init_SBR) {
// This is legacy code kept for a potential future (and more generic ?) use:
// warm start the branch-and-bound with a "good" upper bound at the root node,
// generally obtained thanks to some l0 heuristic.
x0.load(pathdata_x0_sbr_2p0.str(), raw_ascii);
}
born_sup = pow(norm(y- A*x0, 2), 2) + lambda(0) * norm_zero(x0, exp10(-4)) - norm2carre_y;
cout << "born_sup : "<< born_sup << endl;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter