protected abstract Pair<BaseExperiment, ILSSimSpaceExplorer> configureILSExperiment(
ParamILSObserver observer);
public void testILSExplorationExperiment() throws InterruptedException {
final ParamILSObserver ilsObserver = createNewObserver();
final Pair<BaseExperiment, ILSSimSpaceExplorer> setup =
configureILSExperiment(ilsObserver);
final Object execDoneLock = new Object();