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

Tests folder is not on standard location #46

Open w-klijn opened 4 years ago

w-klijn commented 4 years ago

Most software packages have their tests on the same level as e.g. doc. This allows out of code testing.

w-klijn commented 4 years ago

Cause by: self.experiment = Experiment(root_dir_path='../../results')

in test_optimizer.py