module documentation

Undocumented

Function random_search Efficient implementation of uniform random search between lbounds and ubounds
def random_search(fun, lbounds, ubounds, budget):

Efficient implementation of uniform random search between lbounds and ubounds