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

Check parameter instantiation #3

Open alperyeg opened 4 years ago

alperyeg commented 4 years ago

In the optimizer the parameter naming is not standardized due to the namedtuple parameters and the class arguments. There should be an easier way to create parameters.

alperyeg commented 4 years ago

Optimizer Parameters

Crossentropy

Evolution

EvolutionStrategies

FACE

Gradient Descent

Classic GD

Gridsearch

NaturalEvolutionStrategies

ParallelTempering

SimulatedAnnealing