Uses of Interface
com.bayesserver.optimization.OptimizerProgress
-
Packages that use OptimizerProgress Package Description com.bayesserver.optimization -
-
Uses of OptimizerProgress in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return OptimizerProgress Modifier and Type Method Description OptimizerProgress
GeneticOptionsBase. getProgress()
Gets of sets the instance implementingOptimizerProgress
, used for progress notifications.OptimizerProgress
OptimizerOptions. getProgress()
Gets of sets the instance implementingOptimizerProgress
, used for progress notifications.Methods in com.bayesserver.optimization with parameters of type OptimizerProgress Modifier and Type Method Description void
GeneticOptionsBase. setProgress(OptimizerProgress value)
Gets of sets the instance implementingOptimizerProgress
, used for progress notifications.void
OptimizerOptions. setProgress(OptimizerProgress value)
Gets of sets the instance implementingOptimizerProgress
, used for progress notifications.
-