Giter Club home page Giter Club logo

splconqueror's Issues

VariabilityModel_GUI - Bugs bei Non-Boolean Constraints

Mir sind 2 Fehler beim Hinzufügen von Non-Boolean Constraints untergekommen.

  1. Bei der Eingabe des Ausdrucks "nx - ny = 0" (nx und ny sind numerische Feature, die root untergeordnet sind) wird nach dem Hinzufügen von der Variable ny leider kein Operator, sondern eine weitere Variable/Zahl erwartet.
  2. Sobald ein Non-Boolean-Constraint hinzugefügt wurde, wird dieser nicht in der XML-Datei abgespeichert.

DuneAnalyzer: Immer noch Fehler in Mapping

Ich habe mir gerade ein paar Alternativen angesehen und habe bemerkt, dass leider immer noch ein Bug beim Anwenden des Mappings besteht.
Er kann mit folgendem Shellbefehl reproduziert werden:
a Dune::PDELab::QkLocalFiniteElementMap < GV, GV::ctype, Real, degree >

Ausgabe ist da mitunter:
Dune::PDELab::Pk1dLocalFiniteElementMap < class D,class R >

Im Mapping steht:
D -> GV::ctype
R -> Real

Ein Vergleich der ursprünglichen kompletten Namen ergibt:
Dune::PDELab::QkLocalFiniteElementMap<GV, D, R,std::size_t>
Dune::PDELab::Pk1dLocalFiniteElementMap<D, R>

Eigentlich müsste das Mapping 2 Matches ergeben und es entsprechend einsetzen. Allerdings ist das Ergebnis:
Dune::PDELab::Pk1dLocalFiniteElementMap < class D,class R >
Eigentlich erwartetes Ergebnis:
Dune::PDELab::Pk1dLocalFiniteElementMap < GV::ctype, Real >

Document usage of git submodule

In my workspace, I previously had a version of SPLC that contained a 'hard copy' of ViPe.

Now, ViPe is inserted via the git submodule mechanism.

Could you document that it is necessary to pull also the submodules?

In my case, it was enough to do the following:

git submodule update --init --recursive

Probably, people cloning a fresh copy of SPLC will not have this problem, but I wanted to remark this anyway.

Some features are not taken into account

After SPLC finished learning, the result only takes some of the features into account. Does this mean, that it could not find an interaction between these features and the corresponding non-functional property or is this typically rather a problem of my encoding? Or, as I limit the time for learning to one hour: Does it make sense to let the learning process simply run longer although we typically had good results with the one hour time limit?

Referring to #40, I tried both solutions described there.

Hint at VS 2017 in README.md

I tried to compile SPLC with VS 2013, which did not work because SPLC uses C#7 features (e.g., import static).

Could you extend you instructions in the README.md file regarding VS 2017 being required?

learnedModel.LearningHistory empty

I have the problem that I get an InvalidOperationException in line 604 of Commands.cs:
GlobalState.logInfo.logLine("Termination reason: " + learnedModel.LearningHistory.Last().terminationReason);

The reason for that is that learnedModel.LearningHistory is empty. What could be the reason for this? In general this might also be something which could be checked instead of crashing. Thanks a lot for any idea!

More informative error message when configuration is invalid

In a configuration file, I have an invalid "all " specification.
Instead of reporting that the configuration is not valid or cannot be read, I received an "InvalidArgumentException"

The location is here:

  • File: CommandLine -> Commands.cs
  • Line: 432
  • Expression: ConfigurationReader.readConfigurations(task.TrimEnd(), GlobalState.varModel)
    • Returned null in my case.

It would be good to have a more expressive exception here that states that the 'task' does not represent a valid configuration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.