moorepants/DynamicistToolKit

Move the sensors and controls list into the solve() arguments instead of init.

Closed this issue · 1 comments

Seems more intuitive.

solver = SimpleControlSolver(data)
solver.solve(['sensor1', 'sensor2'], ['control1'], gain_omission_matrix=np.array(2 * [True]))