public interface AlgorithmBase<T extends ExperimentCommonConfigs>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(T experimentCommomConfigs)
This method must call the experiment class, or implement the experiment code
|
void execute(T experimentCommomConfigs) throws java.lang.Exception
java.lang.Exception