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

Optimizer tests fail after first run #98

Open sdiazpier opened 8 months ago

sdiazpier commented 8 months ago

Tests for the Optimizer fail if the number of generations is more than 1, not because of the assert but because the parameter structure used for the trajectory expand is empty, e.g. the generation is empty. All seems ok until the cartesian product function is called in the second generation.