Skip to content

Commit acb98b9

Browse files
committed
Start primal inertia correction with 0 coefficient
1 parent bd9970e commit acb98b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uno/ingredients/constraint_relaxation_strategies/l1Relaxation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ namespace uno {
249249
}
250250

251251
// delta_l: predicted (linear model) reduction of constraint violation
252-
// ||c(x_k)||_1 - ||c(x_k) + \alpha \nabla c(x_k)^T d||_1
252+
// ||c(x_k)||_1 - ||c(x_k) + \nabla c(x_k)^T d||_1
253253
double l1Relaxation::delta_l(const Direction& direction, const Iterate& current_iterate) const {
254254
return this->v(current_iterate) - this->l(direction, current_iterate);
255255
}

0 commit comments

Comments
 (0)