QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

good measurement counts do not increment for optimizer after first iteration #23

Closed mfe5003 closed 6 years ago

mfe5003 commented 6 years ago

likely related to #20

mfe5003 commented 6 years ago

When the optimizer is running it calls the postExperiment analysis teardown which stops the analysis threads before starting the search, but it never calls the preExperiment setup which is used to restart them. Fairly easy fix. I will push it to master when I merge again.