bwd
Module level documentation for the Balancing Walk Design.
This package is a truly minimal implementation in Python with only a dependency on numpy. There are only two classes implemented in this package:
BWD- The Balancing Walk Design with restarts of the algorithm.BWDRandom- The Balancing Walk Design which reverts to simple randomization rather than restarting.