Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LearnLib/learnlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c37281a
Choose a base ref
...
head repository: LearnLib/learnlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e1a34b
Choose a head ref
  • 19 commits
  • 230 files changed
  • 4 contributors

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    4373141 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    mtf90 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7b91800 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. bump dependency versions

    mtf90 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    520a23d View commit details
    Browse the repository at this point in the history
  2. cleanup PMD exclusions

    Use @SuppressWarnings annotations instead of properties file, which allows us to
    * skip hacky maven plugin workaround
    * more precisely limit the scope of the exclusion
    mtf90 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c2d7b0f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. add state local sul oracle for symbol-based learners

    Alexander Bainczyk committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    582d0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d63f622 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. rework parallel oracles

    see comments in changelog
    mtf90 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    fd1ad4d View commit details
    Browse the repository at this point in the history
  2. fix typos

    mtf90 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c46dc4c View commit details
    Browse the repository at this point in the history
  3. cleanup parallel cache tests

    construct parallel oracles from cache oracles as one would in real scenarios
    mtf90 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3fea291 View commit details
    Browse the repository at this point in the history
  4. small cleanup

    mtf90 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3164833 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Bugfix: Empty rows are not prime in NL*. Fixes Issue 70 (#71)

    Co-authored-by: Joshua Moerman <[email protected]>
    Jaxan and Jaxan authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8efdb67 View commit details
    Browse the repository at this point in the history
  2. add test case for NL* bug

    mtf90 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0b5d660 View commit details
    Browse the repository at this point in the history
  3. add changelog notice

    mtf90 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9d40f13 View commit details
    Browse the repository at this point in the history
  4. check canonicity in integration tests

    * make sure that automata are not only equivalent but also minimal
    * for the state local input ITs this requires an additional minimization step before computing the enabled symbols
    mtf90 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    13e975b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. improve documentation

    fixes #73
    mtf90 committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    65fae6a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. bump dependency versions

    including necessary updates/refactorings
    mtf90 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    189c196 View commit details
    Browse the repository at this point in the history
  2. some more cleanups

    * Simplify the `initialSuffixes()` and `initialPrefixes()` methods in the LStar algorithm by finalizing them in the parent class (they can be set via constructor)
    * Remove the `isOmegaCounterExample` method on `LassOracle`s which had very limited possibilities to make that decision (a boolean parameter). Instead this problem should be addressed in the `findCounterexample`/`processInput` methods directly.
    mtf90 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    0d9a134 View commit details
    Browse the repository at this point in the history
  3. downgrade failsafe plugin

    apparently it causes problems on JDK11+
    mtf90 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    e050a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

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