Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/DSE"

m (Abel.hegedus.mit.bme.hu moved page VIATRA2/VIATRA/DSE to VIATRA2/DSE: Remove extra VIATRA from title)
(User's guide)
Line 17: Line 17:
 
== User's guide ==
 
== User's guide ==
  
* [[VIATRA/DSE/UserDocumentation/API|Usage of the API]]
+
* [[VIATRA/DSE/UserGuide/Installation|Installation]]
* [[VIATRA/DSE/UserDocumentation/Statecoders|Statecoders]]
+
* [[VIATRA/DSE/UserGuide/API|Usage of the API]]
 +
* [[VIATRA/DSE/UserGuide/Statecoders|Statecoders]]
 
* Algorithms
 
* Algorithms
** [[VIATRA/DSE/UserDocumentation/NewAlgorithms|Developing new algorithms]]
+
** [[VIATRA/DSE/UserGuide/NewAlgorithms|Developing new algorithms]]
** [[VIATRA/DSE/UserDocumentation/BasicAlgorithms|Basic algorithms]]
+
** [[VIATRA/DSE/UserGuide/BasicAlgorithms|Basic algorithms]]
** [[VIATRA/DSE/UserDocumentation/Genetic|Genetic algorithm (NSGA-II)]]
+
** [[VIATRA/DSE/UserGuide/Genetic|Genetic algorithm (NSGA-II)]]
* [[VIATRA/DSE/UserDocumentation/DesignSpace|Design space]]
+
* [[VIATRA/DSE/UserGuide/DesignSpace|Design space]]
  
 
== Contributors Guide ==
 
== Contributors Guide ==

Revision as of 09:17, 29 September 2014

VIATRA-DSE Wiki Documentation

Design space exploration (DSE) is a multi-criteria, search-based design process, which searches for good enough solutions within the possible design alternatives. VIATRA-DSE defines design candidates as EMF models, goals and constraints as EMF-IncQuery patterns and alters the model via domain specific transformation rules.

Main features

  • Based on EMF and EMF-IncQuery
  • Supports parallel algorithms
  • There are already a number of implemented algorithms:
    • Depth first search
    • Breadth first search
    • Fixed priority search
    • Non-dominated Sorting Genetic Algorithm (NSGA-II)
  • Easy to use API
  • Parts of the framework can be changed via interfaces

User's guide

Contributors Guide

Releases

There are no releases yet.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.