DOI-BOR / ostrich

An optimization toolkit for model calibration
GNU General Public License v2.0
1 stars 1 forks source link

GML speculative lambda updates #12

Closed dloney closed 2 years ago

dloney commented 4 years ago

The current lambda calculation procedure calculates lambdas serially, which reduces the overall performance of the algorithm. It would be preferable to have a number of lambdas calculated, up through the number of workers. This is dependent on #7 to synchronize the model state among the models as well as #11 to rework how the data is handled among the workers.

dloney commented 2 years ago

This has been updated on the dev branch.