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 dc03799 commit bec49b0Copy full SHA for bec49b0
1 file changed
utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt
@@ -323,7 +323,7 @@ fun runEstimator(
323
// Predictors.smt = UtBotTimePredictor()
324
// Predictors.smtIncremental = UtBotTimePredictorIncremental()
325
// Predictors.testName = StatementUniquenessPredictor()
326
-// Predictors.stateRewardPredictor = NNStateRewardPredictorSmile()
+// Predictors.stateRewardPredictor = NNStateRewardPredictorBase()
327
EngineAnalyticsContext.featureProcessorFactory = FeatureProcessorWithStatesRepetitionFactory()
328
EngineAnalyticsContext.featureExtractorFactory = FeatureExtractorFactoryImpl()
329
0 commit comments