DOI-BOR / ostrich

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

Serialize model object #7

Closed dloney closed 2 years ago

dloney commented 4 years ago

The current structure serializes individual values through the MPI interface. This limits the flexibility in how algorithms can be parallelized. If the model object itself is serializable, it can be synchronized among the workers to improve and simplify the algorithms.

dloney commented 2 years ago

This has been added to the dev branch.