Class GeneticOptimizerProgressInfo

    • Method Detail

      • getObjectiveValue

        public Double getObjectiveValue()
        Gets the optimized objective (target) value. Value can potentially be null, if all solution are currently invalid (e.g. inconsistent evidence)
        Specified by:
        getObjectiveValue in interface OptimizerProgressInfo
      • getQueryCount

        public long getQueryCount()
        Gets the number of calls made to inference engines during optimization.
        Specified by:
        getQueryCount in interface OptimizerProgressInfo