Skip to content

Commit 0f0b9ef

Browse files
committed
Pass state to objective function
1 parent 7355319 commit 0f0b9ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/popt/loop/ensemble_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def function(self, x, *args, **kwargs):
133133
self.pred_data,
134134
input_dict=self.sim.input_dict,
135135
true_order=self.sim.true_order,
136+
state=matrix_to_dict(self.enX, self.idX),
136137
**kwargs
137138
)
138139
else:

0 commit comments

Comments
 (0)