mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] GeneticAlgorithm::runNextRound(): Fix outdated docstring
This commit is contained in:
parent
dd7aebe7f1
commit
e19d8d1fa3
@ -58,8 +58,8 @@ public:
|
||||
GeneticAlgorithm& operator=(GeneticAlgorithm const&) = delete;
|
||||
virtual ~GeneticAlgorithm() = default;
|
||||
|
||||
/// The method that actually implements the algorithm. Should use @a m_population as input and
|
||||
/// replace it with the updated state after the round.
|
||||
/// The method that actually implements the algorithm. Should accept the current population in
|
||||
/// @a _population and return the updated one after the round.
|
||||
virtual Population runNextRound(Population _population) = 0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user