hyrise / index_selection_evaluation

Platform to evaluate index selection algorithms
MIT License
82 stars 27 forks source link

Small adaptions to EPIC algorithm #35

Closed Bensk1 closed 4 years ago

Bensk1 commented 4 years ago

Some small adaptions to EPIC. This is mostly about how the benefit is calculated. Instead of the the difference to the initial configuration we calculate the difference to the last configuration. This should be closer to the original paper's version.