Quickstart¶
Running an experiment¶
With existing implementations of optimizees and optimizers:
- See L2L Experiments for an example implementation of an L2L experiment with an arbitrary Optimizee and Optimizer. The source code also contains many examples of scripts for various combinations of Optimizees and Optimizers.
- See Data postprocessing for details on how to use the generated data for plots and analysis.
Writing Optimizees and Optimizers¶
- See
FunctionGeneratorOptimizee
for an example of an Optimizee (based on simple function minimization). - See
SimulatedAnnealingOptimizer
for an example of an implementation of simulated annealing Optimizer.