Closed dweindl closed 4 days ago
Fixes a data race in case of multi-threaded simulations. nllh, objectiveFunctionGradient and simulationTimeSec are potentially updated by different threads at the same time.
Issues 1 New issue 0 Accepted issues
Measures 0 Security Hotspots 100.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
Fixes a data race in case of multi-threaded simulations. nllh, objectiveFunctionGradient and simulationTimeSec are potentially updated by different threads at the same time.