The new feature onlymutga with new mutation and experiments

This commit is contained in:
Potalas 2022-01-05 10:37:21 +01:00
commit e5b5e8807d
7 changed files with 1339 additions and 0 deletions

View file

@ -73,3 +73,7 @@ add_executable(fastga fastga.cpp)
# target_link_libraries(fastga ${PARADISEO_LIBRARIES} ${IOH_LIBRARY} stdc++fs)
target_link_libraries(fastga ${PARADISEO_LIBRARIES} fmt)
add_executable(onlymutga onlymutga.cpp)
# target_link_libraries(onlymutga ${PARADISEO_LIBRARIES} ${IOH_LIBRARY} stdc++fs)
target_link_libraries(onlymutga ${PARADISEO_LIBRARIES} fmt)