Class DistributerContext
- java.lang.Object
-
- com.bayesserver.learning.parameters.DistributerContext
-
public final class DistributerContext extends Object
Contains contextual information about the process/iteration being distributed.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the name of the process/iteration being distributed.
-
-
-
Method Detail
-
getName
public String getName()
Gets the name of the process/iteration being distributed.
-
-