Module: data structure

From SolutionSpaceTool

This module implements the basic data structure interface.

package ds
imported by:

Contents

Global

COST_CRITERIA_LIST

This dictionary contains the supported cost criteria of the data structures as keys a list of information as values.

Classes

class DataStructure(object)

Used by Optimization Algorithms to access the implemented data structure subclasses. The needed module data is obtained using the Benchmark class. The most important variable is data, which stores the benchmark information. It's format is as following:

   data = {modulename : [moduletype, dimensions, connections] where dimensions is a list and connections is a dictionary.
Personal tools