5061df9876
Adds a convenience method that combines optimize_with_callback + save to automatically checkpoint every N trials. Also makes save() use atomic writes (write to temp file, then rename) to prevent corrupt files on crash.