We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9970e commit acb98b9Copy full SHA for acb98b9
uno/ingredients/constraint_relaxation_strategies/l1Relaxation.cpp
@@ -249,7 +249,7 @@ namespace uno {
249
}
250
251
// 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
+ // ||c(x_k)||_1 - ||c(x_k) + \nabla c(x_k)^T d||_1
253
double l1Relaxation::delta_l(const Direction& direction, const Iterate& current_iterate) const {
254
return this->v(current_iterate) - this->l(direction, current_iterate);
255
0 commit comments