Tritlo / PropR

Genetic program repair using GHC
MIT License
30 stars 2 forks source link

Genetic search state should be dumped regularly if so requested #57

Open Tritlo opened 3 years ago

Tritlo commented 3 years ago

Since it's a VERY long running process, it would be very sad to have to start all over if we figure something out in the meantime. We should be able to dump:

From those we should be able to restart, though a possible issue is that some of these cannot be printed and then read back. But at least some way to restart would be nice.