feat: ai surrogate inference time keeping

This commit is contained in:
straile 2024-10-16 15:59:04 +02:00
parent 7ae203c7dc
commit 589773731a

View File

@ -414,8 +414,6 @@ static Rcpp::List RunMasterLoop(RInsidePOET &R, const RuntimeParameters &params,
/* AI surrogate iterative training*/
if (params.use_ai_surrogate) {
double ai_start_t = MPI_Wtime();
// Add to training data buffer targets:
// True values for invalid predictions
MSG("AI: Add invalid target data to training data buffer");