Optimiser

struct defined in module Flux.Optimise


			Optimiser(a, b, c...)

Combine several optimisers into one; each optimiser produces a modified gradient that will be fed into the next, and this is finally applied to the parameter as usual.

Note

This will be replaced by Optimisers.OptimiserChain in Flux 0.14.