Expand description
Persistent representation of a single search solution.
Captures the displayed gbest path plus the metadata needed to reproduce or reason about the search that produced it; the wind map is saved separately because it is large and reused across many solutions.
Structs§
- Saved
Solution - Serializable snapshot of a search result.
Enums§
- Load
Error - Failure modes when reconstructing a search result from a
deserialized
SavedSolution.