Uses of Interface
com.bayesserver.optimization.OptimizerProgressInfo
-
Packages that use OptimizerProgressInfo Package Description com.bayesserver.optimization -
-
Uses of OptimizerProgressInfo in com.bayesserver.optimization
Classes in com.bayesserver.optimization that implement OptimizerProgressInfo Modifier and Type Class Description classGeneticOptimizerProgressInfoContains progress information sent from the genetic optimization algorithm.Methods in com.bayesserver.optimization with parameters of type OptimizerProgressInfo Modifier and Type Method Description voidOptimizerProgress. update(OptimizerProgressInfo info)Progress updates from the optimization algorithm.
-