Package com.bayesserver.optimization
Interface OptimizerProgress
-
public interface OptimizerProgress
Interface to provide progress information during optimization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(OptimizerProgressInfo info)
Progress updates from the optimization algorithm.
-
-
-
Method Detail
-
update
void update(OptimizerProgressInfo info)
Progress updates from the optimization algorithm.- Parameters:
info
- Contains progress information from the optimization algorithm.
-
-