larsga / Duke

Duke is a fast and flexible deduplication engine written in Java
Apache License 2.0
615 stars 193 forks source link

Implemented feature req #174 (Dump/Restore state) #177

Open swamikevala opened 10 years ago

swamikevala commented 10 years ago

Implemented functionality to save intermediate state of genetic algorithm, so that we can restart from the same point we left off - by dumping full genetic population after each generation. Useful in the event of lost db connection or computer crashing.