BlueBrain / BluePyOpt

Blue Brain Python Optimisation Library
https://bluepyopt.readthedocs.io/en/latest/
Other
198 stars 96 forks source link

possibility of using a minimum amount of time before saving optimisation #460

Closed AurelienJaquier closed 1 year ago

AurelienJaquier commented 1 year ago

We already have the cp_frequency that allows us to skip a given number of generations when saving the checkpoint. For the case where we don't know beforehand how much time does a generation take, and we don't want to register all the generations if they are computed fast, we can use this new option.

Is not used by default

DrTaDa commented 1 year ago

The goal is to reduce the I/O when the evaluation is fast ?

AurelienJaquier commented 1 year ago

The goal is to reduce the I/O when the evaluation is fast ?

Yes