Overview

E4ST.run_e4stFunction
run_e4st(config) -> out_path

run_e4st(filename(s)) -> out_path

Top-level function for running E4ST. Here is a general overview of what happens:

  1. Book-keeping
  2. Load Input Data
  3. Construct JuMP Model and optimize
  4. Process Results
  5. Iterate, running more simulations as needed.
source