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 OptimizerProgressGeneticOptionsBase. getProgress()Gets of sets the instance implementingOptimizerProgress, used for progress notifications.OptimizerProgressOptimizerOptions. 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 voidGeneticOptionsBase. setProgress(OptimizerProgress value)Gets of sets the instance implementingOptimizerProgress, used for progress notifications.voidOptimizerOptions. setProgress(OptimizerProgress value)Gets of sets the instance implementingOptimizerProgress, used for progress notifications.
-