aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-dse
Commit message (Collapse)AuthorAge
* refactor: move terms and DNF into logic subprojectLibravatar Kristóf Marussy2024-04-07
|
* feat: command line model generatorLibravatar Kristóf Marussy2023-12-24
|
* chore: remove VIATRA brandingLibravatar Kristóf Marussy2023-09-16
| | | | | | | | Rename VIATRA subprojects to Refinery Interpreter to avoid interfering with Eclipse Foundation trademarks. Uses refering to a specific (historical) version of VIATRA were kept to avoid ambiguity.
* build: fix Sonar quality gate issuesLibravatar Kristóf Marussy2023-09-16
| | | | | Removes VIATRA sources from coverage anaylsis, since those files are maintained by the VIATRA project.
* feat: specify random seed for generationLibravatar Kristóf Marussy2023-09-14
|
* feat: cancellation token for ModelStoreLibravatar Kristóf Marussy2023-09-11
|
* feat: integrate DSE with partial interpretationLibravatar Kristóf Marussy2023-09-09
|
* fix(dse): best-first strategyLibravatar Kristóf Marussy2023-09-07
| | | | The query engine must be flushed after firing a tranformation activation.
* Merge remote-tracking branch 'nagilooh/datastructure' into ↵Libravatar Kristóf Marussy2023-09-07
|\ | | | | | | partial-interpretation
| * fix issues with DSE frameworkLibravatar nagilooh2023-09-07
| |
| * Merge remote-tracking branch 'oszkar/datastructure' into datastructureLibravatar nagilooh2023-09-07
| |\
| | * missing synchronized statements and flush addedLibravatar OszkarSemerath2023-09-07
| | |
| | * Sample tests for the dse adapterLibravatar OszkarSemerath2023-09-07
| | |
| * | Add visualization to restructured DSELibravatar nagilooh2023-09-07
| |/
| * Fix numerous issues with DSELibravatar nagilooh2023-09-06
| |
| * Add minor improvements and fixes for explorerLibravatar nagilooh2023-09-05
| |
* | feat: declarative DSE rules and model refinementLibravatar Kristóf Marussy2023-09-07
| |
* | feat(dse): transformation rule builderLibravatar Kristóf Marussy2023-09-06
| |
* | Merge remote-tracking branch 'OszkarSemerath/datastructure' into ↵Libravatar Kristóf Marussy2023-09-05
|\| | | | | | | partial-interpretation
| * fixed numerous issues with activation coderLibravatar OszkarSemerath2023-09-05
| |
* | Merge remote-tracking branch 'OszkarSemerath/datastructure' into ↵Libravatar Kristóf Marussy2023-09-05
|/ | | | partial-interpretation
* restructured DSE framework, failing buildLibravatar OszkarSemerath2023-09-05
|
* restructured DSE framework, failing buildLibravatar OszkarSemerath2023-09-05
|
* Add return value to fireRandomActivationLibravatar Attila Ficsor2023-08-08
|
* Improve BestFirstStrategy performanceLibravatar Attila Ficsor2023-08-08
|
* Refactor search strategy to improve readabilityLibravatar Attila Ficsor2023-08-08
|
* Improve performance of best first earchLibravatar Attila Ficsor2023-08-08
|
* Reduce complexity of Depth first searchLibravatar Attila Ficsor2023-08-08
|
* Remove visualization from DSE testsLibravatar Attila Ficsor2023-08-07
|
* Disable testsLibravatar Attila Ficsor2023-08-07
|
* Add dummy objective with random fitnessLibravatar Attila Ficsor2023-08-07
|
* Update visualizer builderLibravatar Attila Ficsor2023-08-07
|
* Clean up design space explorationLibravatar Attila Ficsor2023-08-07
|
* Update exploration strategiesLibravatar Attila Ficsor2023-08-07
| | | | | - Fix best first search algorithm - Improve efficiency of exploration adapter
* Add missing copyright headersLibravatar nagilooh2023-08-04
|
* Update test cases for new Version implementationLibravatar nagilooh2023-08-03
|
* Move DSE to new subprojectLibravatar nagilooh2023-08-02