Zip and Skip Tries
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
plot_genetic.DataType Class Reference
Inheritance diagram for plot_genetic.DataType:
Inheritance graph
[legend]
Collaboration diagram for plot_genetic.DataType:
Collaboration graph
[legend]

Static Public Attributes

 CONSTRUCTION = auto()
 
 REMOVAL = auto()
 
 SEARCH = auto()
 

Detailed Description

Enumeration of benchmark data types.

    Used to specify which type of benchmark data to load and plot.

Definition at line 61 of file plot_genetic.py.

Member Data Documentation

◆ CONSTRUCTION

plot_genetic.DataType.CONSTRUCTION = auto()
static

Definition at line 66 of file plot_genetic.py.

◆ REMOVAL

plot_genetic.DataType.REMOVAL = auto()
static

Definition at line 67 of file plot_genetic.py.

◆ SEARCH

plot_genetic.DataType.SEARCH = auto()
static

Definition at line 68 of file plot_genetic.py.


The documentation for this class was generated from the following file: