matthewjwoodruff / pareto.py

Nondominated sorting for multi-objective problems
GNU Lesser General Public License v3.0
114 stars 39 forks source link

Save partial results #11

Open matthewjwoodruff opened 11 years ago

matthewjwoodruff commented 11 years ago

Add an option to save partial results in case a defective input was found during a long sort. Add an auxiliary script to recover a sort that died part-way through.

matthewjwoodruff commented 11 years ago

Actually, could make this more general and add general-purpose checkpointing.