Uses of Class
dynheurset.RunStat
| Package | Description |
|---|---|
| dynheurset |
This package contains all classes that implements different aspects of the
dynamic sets.
|
| dynheurset.measure |
This package contains classes implementing different performance measures.
|
| dynheurset.update |
This package contains classes implementing different update strategies.
|
| dynheurset.update.remove |
This package contains classes implementing different removal strategies.
|
| dynheurset.update.reset |
This package contains classes implementing different reset conditions
|
| runner |
This package contains classes that are needed to run the simulation concurrently
and to retrieve the results.
|
-
Uses of RunStat in dynheurset
Fields in dynheurset declared as RunStat Modifier and Type Field Description protected RunStatDynHeurSet. runStatThe run statistics.Methods in dynheurset that return RunStat Modifier and Type Method Description RunStatDynHeurSet. getRunStatistics()Returns therunStatfield of this dynamic set.Methods in dynheurset with parameters of type RunStat Modifier and Type Method Description voidDynHeurSet. setRunStat(RunStat runStat)Sets therunStatfield of this dynamic set. -
Uses of RunStat in dynheurset.measure
Fields in dynheurset.measure declared as RunStat Modifier and Type Field Description RunStatMeasure. runStatThe run statistics to record the heuristic performance.Methods in dynheurset.measure with parameters of type RunStat Modifier and Type Method Description voidMeasure. setRunStat(RunStat runStat)Sets therunStatfield of this measure. -
Uses of RunStat in dynheurset.update
Fields in dynheurset.update declared as RunStat Modifier and Type Field Description protected RunStatUpdate. runStatThe run statistics to record the heuristic performance.Methods in dynheurset.update with parameters of type RunStat Modifier and Type Method Description voidUpdate. setRunStat(RunStat runStat)Sets therunStatfield of this update strategy. -
Uses of RunStat in dynheurset.update.remove
Fields in dynheurset.update.remove declared as RunStat Modifier and Type Field Description RunStatRemove. runStatMethods in dynheurset.update.remove with parameters of type RunStat Modifier and Type Method Description voidRemove. setup(RunStat runStat, Measure measure) -
Uses of RunStat in dynheurset.update.reset
Fields in dynheurset.update.reset declared as RunStat Modifier and Type Field Description RunStatReset. runStatMethods in dynheurset.update.reset with parameters of type RunStat Modifier and Type Method Description voidReset. setup(RunStat runStat, Measure measure) -
Uses of RunStat in runner
Constructors in runner with parameters of type RunStat Constructor Description ThreadOutput(RunStat runStat)