Meta-optimization / L2L

Learning to Learn: Gradient-free Optimization framework
https://meta-optimization.github.io/L2L/
GNU General Public License v3.0
15 stars 14 forks source link

Load trajectory with the right parameters for each optimizee #100

Closed sdiazpier closed 5 months ago

sdiazpier commented 7 months ago

Make sure that the optimizer loads the right parameters for each optimizee when checkpointing is used. See https://github.com/Meta-optimization/L2L/blob/master/l2l/optimizers/evolution/optimizer.py lines. 112-123.