MCPcopy Create free account
hub / github.com/argotorg/solidity / runNextRound

Method runNextRound

test/yulPhaser/AlgorithmRunner.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51public:
52 using GeneticAlgorithm::GeneticAlgorithm;
53 Population runNextRound(Population _population) override
54 {
55 ++m_currentRound;
56 return _population;
57 }
58
59 size_t m_currentRound = 0;
60};

Callers 1

BOOST_FIXTURE_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected