Create TransientGridSearch to provide transient grid searches
Compare changes
@@ -30,7 +30,7 @@ Alphas = [Alpha]
@@ -44,7 +44,7 @@ search1.plot_1D(xkey='F0',
Previously, this functionality was part of GridSearch, this splits this into a separate subclass to ease future development.
Closes #11 (closed)
@dkeitel - let me know if there are any problems with this. I've hardcoded in the nsegs=1
as I don't think there is any reason or plan to do semi-coherent transient searches right?