diff --git a/tools/yulPhaser/main.cpp b/tools/yulPhaser/main.cpp index f8226e1b9..eea43e5fb 100644 --- a/tools/yulPhaser/main.cpp +++ b/tools/yulPhaser/main.cpp @@ -72,7 +72,7 @@ CharStream loadSource(string const& _sourcePath) void runAlgorithm(string const& _sourcePath) { CharStream sourceCode = loadSource(_sourcePath); - shared_ptr fitnessMetric = make_shared(Program::load(sourceCode)); + shared_ptr fitnessMetric = make_shared(Program::load(sourceCode), 5); auto population = Population::makeRandom( fitnessMetric, 10,