public final class GeneticOptimizerOutput extends Object implements OptimizerOutput
| Modifier and Type | Method and Description | 
|---|---|
Evidence | 
getEvidence()
The evidence required to produce the optimized objective value. 
 | 
double | 
getObjectiveValue()
The objective value. 
 | 
long | 
getQueryCount()
Gets the number of call made to the inference engine(s) during optimization. 
 | 
List<OptimizationWarning> | 
getWarnings()
Contains any warnings generated by optimization algorithms. 
 | 
public List<OptimizationWarning> getWarnings()
getWarnings in interface OptimizerOutputpublic double getObjectiveValue()
getObjectiveValue in interface OptimizerOutputpublic Evidence getEvidence()
getEvidence in interface OptimizerOutputpublic long getQueryCount()
getQueryCount in interface OptimizerOutputCopyright © 2021. All rights reserved.