Pedro Rivero
Pedro Rivero
@harry-stark I see. What I meant was: can't you manually integrate both?
@garrison > Is there a specific reason you prefer all caps? All caps are generally regarded as more difficult to read. It is easier to tell sections apart, and distinguish...
There is one more thing that we could do here: _add some configuration to the amplifiers that controls whether barriers are applied or not._ 🙃
The proposed solution is to implement an `Indexer` interface and a _strategy pattern_, with an initial `BreathFirstIndexer` implementation (i.e. equivalent to the current indexing). ```python class Indexer(ABC): @abstract_method def mux(self,...
In terms of a sub-experiments matrix, if you define DFS as exploring all columns (i.e. sub-experiments) for the same row (i.e. experiment) first, before moving to the next row (i.e....