diff --git a/tools/yulPhaser/AlgorithmRunner.cpp b/tools/yulPhaser/AlgorithmRunner.cpp index bd5ce5755..0efe19b7c 100644 --- a/tools/yulPhaser/AlgorithmRunner.cpp +++ b/tools/yulPhaser/AlgorithmRunner.cpp @@ -26,7 +26,7 @@ void AlgorithmRunner::run(GeneticAlgorithm& _algorithm) { m_population = _algorithm.runNextRound(m_population); - m_outputStream << "---------- ROUND " << round << " ----------" << endl; + m_outputStream << "---------- ROUND " << round + 1 << " ----------" << endl; m_outputStream << m_population; } }