Optimiser options ================= For the optimisation itself, several optimisation methods are implemented and available in :code:`piglot`. The available optimisers and their hyperparameters, which have to be specified in the :code:`optimiser` section of the :code:`.yaml` configuration file, are presented below. AOA --- .. literalinclude:: ../../../examples/templates/optimisers/aoa.yaml :language: yaml BoTorch ------- .. literalinclude:: ../../../examples/templates/optimisers/botorch.yaml :language: yaml DIRECT ------ .. literalinclude:: ../../../examples/templates/optimisers/direct.yaml :language: yaml LIPO ---- .. literalinclude:: ../../../examples/templates/optimisers/lipo.yaml :language: yaml Random search ------------- .. literalinclude:: ../../../examples/templates/optimisers/random_search.yaml :language: yaml SPSA ---- .. literalinclude:: ../../../examples/templates/optimisers/spsa.yaml :language: yaml SPSA Adam --------- .. literalinclude:: ../../../examples/templates/optimisers/spsa_adam.yaml :language: yaml