aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.reasoner/src/hu/bme/mit/inf/dslreasoner/viatrasolver/reasoner/dse/BestFirstStrategyForModelGeneration.java
Commit message (Collapse)AuthorAge
* Optimizing generator with linear objective functionsLibravatar Kristóf Marussy2020-11-02
|
* Must unit propagationLibravatar Kristóf Marussy2020-08-28
|
* Trying to fix performance regressionsLibravatar Kristóf Marussy2020-07-07
|
* Fix scope + numerical propagation WIPLibravatar Kristóf Marussy2020-06-27
|
* Merge branch 'kris'Libravatar Kristóf Marussy2020-06-25
|\
| * Measurements WIPLibravatar Kristóf Marussy2019-08-14
| |
| * Configurability and better statistics for measurementsLibravatar Kristóf Marussy2019-08-01
| |
| * Try fix statecode bugLibravatar Kristóf Marussy2019-06-15
| | | | | | | | Modified graph width calculation to not depend on order of nodes
| * Trying to implement spacecraft case studyLibravatar Kristóf Marussy2019-05-06
| |
| * Make diversity checking work with optimizationLibravatar Kristóf Marussy2019-04-09
| | | | | | | | | | Proof of concept implementation, mixing diversity checking and optimization may not be very effective in practice
| * Infrastructure for objective functionsLibravatar Kristóf Marussy2019-04-07
| |
* | Measurements framework fixesLibravatar Kristóf Marussy2020-06-23
| |
* | Fix numeric-solver-at-endLibravatar Kristóf Marussy2020-05-20
| |
* | removed every occurence of check expressionsLibravatar Oszkar Semerath2020-05-18
| |
* | TransformationExecutionTime + weights can be controlled from configLibravatar Oszkar Semerath2020-05-17
| |
* | detailed runtimes + counting defined objects onlyLibravatar Oszkar Semerath2020-05-17
| |
* | fixes for the measurementLibravatar Oszkar Semerath2020-05-14
| |
* | separated must and current UP rules to support non-prop neg findsLibravatar Oszkar Semerath2020-05-11
| |
* | measurement time statistics + activation selection strategiesLibravatar Oszkar Semerath2020-05-10
| |
* | Numeric Solver integration to explorationLibravatar Oszkar Semerath2020-05-09
|/
* If scope available, then it is maintained during generation via VSLibravatar OszkarSemerath2018-09-14
|
* Fixing multiple true/false + bug preventing generation without PSLibravatar OszkarSemerath2018-06-25
|
* Fixing multiple "true" and "false" objectsLibravatar OszkarSemerath2018-06-20
|
* Visualisation stub removedLibravatar OszkarSemerath2018-06-20
|
* Visualisation example using matches during generationLibravatar OszkarSemerath2018-06-14
|
* Visualisation potentionally gets the patternsLibravatar OszkarSemerath2018-06-14
|
* ViatraSolver reports progress and stops at cancelLibravatar OszkarSemerath2018-03-03
|
* Set thread stop signal to volatileLibravatar OszkarSemerath2017-09-27
|
* Rearranged the solver configuration into different subsectionsLibravatar OszkarSemerath2017-07-12
| | | | | | | | | | | | | | DiversityDescriptor * Describes the required diversity between the solutions. * Null means that the solutions have to have different state codes only. InternalConsistencyCheckerConfiguration * A logic solver that able to check the consistency of an intermediate solution. * Null means that no solver is called. DebugConfiguration * Configuration for debugging support. SearchSpaceConstraint * Configuration for cutting search space.
* Support for generationg multiple difference models by VIATRA-SolverLibravatar OszkarSemerath2017-07-05
|
* Migrating Additional projectsLibravatar OszkarSemerath2017-06-10