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 1d09cd4 commit db9a520Copy full SHA for db9a520
1 file changed
highs/pdlp/hipdlp/pdhg.cc
@@ -1836,7 +1836,7 @@ void PDLPSolver::initializeStepSizes() {
1836
1837
// Match initial primal weight calculation from cuPDLPx
1838
params_.omega = (unscaled_c_norm_ + 1.0) / (unscaled_rhs_norm_ + 1.0);
1839
- primal_weight_ = params_.omega;
+ primal_weight_ = 1.0;
1840
1841
if (params_.step_size_strategy != StepSizeStrategy::FIXED &&
1842
params_.step_size_strategy != StepSizeStrategy::PID) {
0 commit comments