mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] main: Increase the number of chromosomes in the initial population to 20
This commit is contained in:
parent
3aaca31c31
commit
66d733fbac
@ -71,7 +71,7 @@ CharStream loadSource(string const& _sourcePath)
|
|||||||
|
|
||||||
void runAlgorithm(string const& _sourcePath)
|
void runAlgorithm(string const& _sourcePath)
|
||||||
{
|
{
|
||||||
constexpr size_t populationSize = 10;
|
constexpr size_t populationSize = 20;
|
||||||
constexpr size_t minChromosomeLength = 12;
|
constexpr size_t minChromosomeLength = 12;
|
||||||
constexpr size_t maxChromosomeLength = 30;
|
constexpr size_t maxChromosomeLength = 30;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user