public final class GeneticOptimizerProgressInfo extends Object implements OptimizerProgressInfo
| Modifier and Type | Method and Description |
|---|---|
Evidence |
getEvidence()
Gets the evidence for the objective value.
|
Double |
getObjectiveValue()
Gets the optimized objective (target) value.
|
long |
getQueryCount()
Gets the number of calls made to inference engines during optimization.
|
public Double getObjectiveValue()
getObjectiveValue in interface OptimizerProgressInfopublic long getQueryCount()
getQueryCount in interface OptimizerProgressInfopublic Evidence getEvidence()
getEvidence in interface OptimizerProgressInfoCopyright © 2021. All rights reserved.