We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c864e5 commit 0325ddfCopy full SHA for 0325ddf
1 file changed
utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt
@@ -322,7 +322,7 @@ fun runEstimator(
322
// Predictors.smt = UtBotTimePredictor()
323
// Predictors.smtIncremental = UtBotTimePredictorIncremental()
324
// Predictors.testName = StatementUniquenessPredictor()
325
-// Predictors.stateRewardPredictor = NNStateRewardPredictorSmile()
+// Predictors.stateRewardPredictor = NNStateRewardPredictorBase()
326
EngineAnalyticsContext.featureProcessorFactory = FeatureProcessorWithStatesRepetitionFactory()
327
EngineAnalyticsContext.featureExtractorFactory = FeatureExtractorFactoryImpl()
328
0 commit comments