Uses of Enum Class
org.maxicp.search.blackbox.BlackBoxSearch.Verbosity
Packages that use BlackBoxSearch.Verbosity
-
Uses of BlackBoxSearch.Verbosity in org.maxicp.search.blackbox
Methods in org.maxicp.search.blackbox that return BlackBoxSearch.VerbosityModifier and TypeMethodDescriptionstatic BlackBoxSearch.VerbosityReturns the enum constant of this class with the specified name.static BlackBoxSearch.Verbosity[]BlackBoxSearch.Verbosity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.maxicp.search.blackbox with parameters of type BlackBoxSearch.VerbosityModifier and TypeMethodDescriptionModelingBlackBox.OptimizeConfig.verbosity(BlackBoxSearch.Verbosity verbosity) Sets logging verbosity for the underlyingBlackBoxSearch.ModelingBlackBox.SolveConfig.verbosity(BlackBoxSearch.Verbosity verbosity) Sets logging verbosity for the underlyingBlackBoxSearch.BlackBoxSearch.withVerbosity(BlackBoxSearch.Verbosity verbosity) Sets logging verbosity for this search.