Skip to content

Commit db9a520

Browse files
committed
primal_weight_ = 1
1 parent 1d09cd4 commit db9a520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

highs/pdlp/hipdlp/pdhg.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ void PDLPSolver::initializeStepSizes() {
18361836

18371837
// Match initial primal weight calculation from cuPDLPx
18381838
params_.omega = (unscaled_c_norm_ + 1.0) / (unscaled_rhs_norm_ + 1.0);
1839-
primal_weight_ = params_.omega;
1839+
primal_weight_ = 1.0;
18401840

18411841
if (params_.step_size_strategy != StepSizeStrategy::FIXED &&
18421842
params_.step_size_strategy != StepSizeStrategy::PID) {

0 commit comments

Comments
 (0)