(result-ref)= # Scenario Result The `ScenarioResult` is the container for all data produced by an `Algorithm`'s `run` method. It acts as a detailed snapshot of a "solution" to a specific problem, capturing both metadata (like the time of completion) and domain-specific outputs. For a more intuitive discussion of the concepts behind scenario results, see the {ref}`fundamentals-result-ref`. ```{eval-rst} .. automodule:: algomancy_scenario.result :members: :undoc-members: :show-inheritance: :member-order: bysource ```