ResultsJLD2

Note

This section of the documentation is auto-generated from the code of the Julia-based core model. Refer to IESopt.jl for any further details (which may require some familiarity with Julia).

If you spot incorrect math-mode rendering, or similar issues, please file an issue, since rendering documentation from Julia to Python is not the easiest task.

Overview

This module provides functions to save and load results to and from JLD2 files.

API Reference

Types

Macros

Functions

load_results

load_results(filename::String)

Load results from a JLD2 file.

Arguments

  • filename::String: The path to the JLD2 file.

Returns

  • results: The IESopt result object.