This package implements a Tensorflow Optimizer that uses the SPSA method described in
The implementation is done as a tf.Optimizer, it can be used in the normal way
that Optimizer
is used in Tensorflow programs:
optimizer = SimultaneousPerturbationOptimizer().minimize(cost)