Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-solutions #300

Draft
wants to merge 42 commits into
base: develop
Choose a base branch
from
Draft

Multi-solutions #300

wants to merge 42 commits into from

Commits on Apr 24, 2023

  1. Add reopt_multi_solutions.jl

    With run_reopt_multi_solutions for running REopt and generating results summary
    Bill-Becker committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    f395f05 View commit details
    Browse the repository at this point in the history
  2. Add reopt_multi_solutions code to REopt module

    NOT exported yet, so can call by REopt.run_reopt_multi_solutions
    Bill-Becker committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ae65714 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    d8e2494 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    2240f9e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Add exception handling and combine parallel and series run options in…

    …to same function
    
    Use kwarg parallel=true/false for using @threads for multi-solutions
    Bill-Becker committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a93e5ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2742dc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    aaeafac View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    f6ee54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58dd838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12052e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    9eedd91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d26ab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    7811206 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    e542b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7facf3a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Add DSIRE incentives processing

    Add SQLite package to REopt.jl dependencies
    Bill-Becker committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6317d8d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    2b6b230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01665db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e526b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c1142be View commit details
    Browse the repository at this point in the history
  2. Add Incentives PPT

    Bill-Becker committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    075cca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    82d1c6e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    e815b72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f34b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Set net_metering_limit_kw to 1.0E9 which is equal to the default inte…

    …rconnection_limit_kw to avoid the binary variable that some open source solvers are unable to do.
    Bill-Becker committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    65e709c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Merge develop

    Bill-Becker committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e8844df View commit details
    Browse the repository at this point in the history
  2. Update Manifest.toml

    Bill-Becker committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    822061d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8e1ac9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d35d956 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    1192138 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    ff8b476 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    d919716 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    a682729 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    7056aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    854ad70 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    90cc06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a37e5d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    2829557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044f29e View commit details
    Browse the repository at this point in the history
  3. Remove MacOS from GitHub Actions runner list for CI testing

    MacOS-13 is still frequently freezing and getting cancelled after 6+ hours.
    Bill-Becker committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3389c84 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f8ac031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5592f1 View commit details
    Browse the repository at this point in the history