Difference between revisions of "VIATRA/DSE"
< VIATRA
(→User's guide) |
(→User's guide) |
||
Line 17: | Line 17: | ||
== User's guide == | == User's guide == | ||
− | * [[ | + | * [[VIATRA2/DSE/UserGuide/Installation|Installation]] |
− | * [[ | + | * [[VIATRA2/DSE/UserGuide/API|Usage of the API]] |
− | * [[ | + | * [[VIATRA2/DSE/UserGuide/Statecoders|Statecoders]] |
− | * [[ | + | * [[VIATRA2/DSE/UserGuide/Strategy|Strategies]] |
− | ** [[ | + | ** [[VIATRA2/DSE/UserGuide/NewAlgorithms|Developing new algorithms]] |
− | ** [[ | + | ** [[VIATRA2/DSE/UserGuide/BasicAlgorithms|Basic algorithms]] |
− | ** [[ | + | ** [[VIATRA2/DSE/UserGuide/Genetic|Genetic algorithm (NSGA-II)]] |
− | * [[ | + | * [[VIATRA2/DSE/UserGuide/DesignSpace|Design space]] |
== Contributors guide == | == Contributors guide == |
Revision as of 11:27, 25 October 2014
Contents
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.
Important links
- Bugzilla