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

DBFS with multiple connections between sub grids #25

Merged
merged 50 commits into from
Aug 2, 2022

Commits on Dec 13, 2021

  1. Fix communication protocol

    between agents in DBFS algorithm when there are multiple connections between two adjacent GridAgents.
    
    Co-authored-by: sebastian-peter <sebastian.peter@tu-dortmund.de>
    ckittl and sebastian-peter committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    1f525cd View commit details
    Browse the repository at this point in the history
  2. Add a first changelog

    ckittl committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ba62812 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Merge remote-tracking branch 'origin/dev' into ck/#22-dbfsMultipleCon…

    …nections
    
    # Conflicts:
    #	CHANGELOG.md
    ckittl committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a5bf9c5 View commit details
    Browse the repository at this point in the history
  2. Address reviewer comments

    ckittl committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    31f9e86 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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

Commits on Feb 8, 2022

  1. Send FinishGridSimulationTrigger only once

    to inferior GridAgents
    ckittl committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6ab7d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5934c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89cc974 View commit details
    Browse the repository at this point in the history
  4. Fix config auto-generation

    and relevant places of usage
    ckittl committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    73dcc5a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge remote-tracking branch 'origin/dev' into ck/#22-dbfsMultipleCon…

    …nections
    
    # Conflicts:
    #	CHANGELOG.md
    ckittl committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b97ba5e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Merge branch 'dev' into ck/#22-dbfsMultipleConnections

    # Conflicts:
    #	CHANGELOG.md
    #	src/main/scala/edu/ie3/simona/config/ConfigFailFast.scala
    #	src/main/scala/edu/ie3/simona/config/RefSystemParser.scala
    #	src/main/scala/edu/ie3/simona/config/SimonaConfig.scala
    #	src/test/scala/edu/ie3/simona/config/ConfigFailFastSpec.scala
    #	src/test/scala/edu/ie3/simona/config/RefSystemParserSpec.scala
    sebastian-peter committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    210c795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a726da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910a61a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    617cfa1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9645e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d0dd29 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Refactoring

    sebastian-peter committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2ad52c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

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

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    f38ac31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ab51f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    314d8d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ad69c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 1, 2022

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

Commits on Jul 4, 2022

  1. Merge branch 'dev' into ck/#22-dbfsMultipleConnections

    # Conflicts:
    #	src/main/scala/edu/ie3/simona/agent/grid/GridAgentData.scala
    sebastian-peter committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    9f9b765 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 8, 2022

  1. Apply suggestions from code review

    Co-authored-by: t-ober <63147366+t-ober@users.noreply.github.com>
    sebastian-peter and t-ober authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    7300b2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f571a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c89ee1b View commit details
    Browse the repository at this point in the history
  4. Variable renaming

    sebastian-peter committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    aebcc06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a42da7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06be2d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Adapting slack voltage communication to only send one message per sub…

    …grid
    
    Enhancing DBFS cen grid test to also test a double connection to the superior subgrid
    sebastian-peter committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    edbc579 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    abfd7b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e4a28 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Jul 20, 2022

  1. Enhancing QuantityUtilSpec.scala

    Co-authored-by: Daniel Feismann <98817556+danielfeismann@users.noreply.github.com>
    sebastian-peter and danielfeismann authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2eb4be0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Jul 31, 2022

  1. Merged fix & dev

    sebastian-peter committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    dedb104 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into ck/#22-dbfsMultipleConnections

    # Conflicts:
    #	CHANGELOG.md
    #	src/main/scala/edu/ie3/simona/agent/grid/PowerFlowSupport.scala
    #	src/test/scala/edu/ie3/simona/agent/grid/DBFSAlgorithmCenGridSpec.scala
    sebastian-peter committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    b3457ba View commit details
    Browse the repository at this point in the history
  3. Fixing the merge

    sebastian-peter committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    1daeab0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d99ce36 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    4642454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c84c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0aa251 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb9097e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc66dc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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