Module: config
From SolutionSpaceTool
This module contains some basic configurations for the GUI. Propably most changes can be done here without scripting in the module dsc. The basic idea is to import all functions and classes in this module and provide dictionaries with a specific structure to the GUI. The dictionaries will be iterated in the GUI and so a dynamic growing of for example supported data strcutures is possible without major changes in the module dsc. New content can be simply added by extending the dictionaries by a new pair.
package | gui |
imported by: |
Content:
- dictionary of supported data structures
- dictionary of working benchmarks
- dictionary of optimization approaches
- dictionary of parameters of optimization approaches
- dictionary of data type of these parameters (linked with PyQt)
- dictionary of functions to edit parameters (linked with PyQt)
- dictionary of functions to read parameters (linked with PyQt)
- dictionary of evaluation options
Hint: Linking to PyQt without import (import is done by GUI itself) ! --> string must be run with eval(string) in main program
For detailed information about the single dictionaries please refer to the source code comments.