alexe15 / ALADIN.m

Other
35 stars 13 forks source link

Add termination criterion #23

Open bennerh opened 4 years ago

bennerh commented 4 years ago

Implement proper termination criterion (either with projection before starting iterating or with two criterions according to original ALADIN paper))

bennerh commented 4 years ago

Termination criterion implemented. Criterion is checked before every iteration.

alexe15 commented 3 years ago

Only checking consesus violation is not sufficient, cf. SIOPT ALADIN paper. Termination criterion for ADMM missing.