mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] AlgorithmRunner: Count rounds from 1
This commit is contained in:
parent
2110bf10cf
commit
25e81f6bd3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user