Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Performance Evaluation

v1.3.9-alpha-54

groupID
at.tugraz.ist.ase
artifactID
eval-v2

eval-v2 provides an evaluation approach to measure the algorithm performance in terms of runtime or a number of actions performed by an algorithm.


Table of Contents

  1. What the package provides
  2. How tos
    1. Using PerformanceEvaluator as well as Counter and Timer

eval-v2 provides an evaluator (PerformanceEvaluator) which measures algorithm performance in terms of runtime or a number of actions performed by an algorithm.

What the package provides

How tos

Using PerformanceEvaluator as well as Counter and Timer

Examples

TBD