Skip to main content

Module solution

Module solution 

Source
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§

SavedSolution
Serializable snapshot of a search result.

Enums§

LoadError
Failure modes when reconstructing a search result from a deserialized SavedSolution.