Skip to content

Commit b9f4507

Browse files
committed
adding _update_E1 to slammer
1 parent ad050a4 commit b9f4507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mpisppy/cylinders/slam_heuristic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ def slam_heur_prep(self):
4949

5050
self.verbose = verbose
5151

52+
self.opt._update_E1()
53+
5254
def extract_local_candidate_soln(self):
5355
num_scen = len(self.opt.local_scenarios)
5456
num_vars = len(self.localnonants) // num_scen

0 commit comments

Comments
 (0)