[yul-phaser] Base class for fitness metrics

This commit is contained in:
cameel
2020-02-19 16:36:14 +01:00
committed by Kamil Śliwak
parent 357c936243
commit 096129fbc4
4 changed files with 69 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ set(yul_phaser_sources
# My current workaround is just to include its source files here but this introduces
# unnecessary duplication. Create a library or find a way to reuse the list in both places.
../tools/yulPhaser/Chromosome.cpp
../tools/yulPhaser/FitnessMetrics.cpp
../tools/yulPhaser/Population.cpp
../tools/yulPhaser/Program.cpp
../tools/yulPhaser/SimulationRNG.cpp