Changes between Version 5 and Version 6 of Ticket #2431
- Timestamp:
- 07/23/15 20:27:47 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2431
- Property Summary changed from Algorithm performance comparison by ECDF to Run-length distribution (RLD) Analysis
-
Ticket #2431 – Description
v5 v6 1 Run-length distributions give insight into the required algorithmic effort (in terms of function evaluations or wall-clock time) for reaching a certain target. These distributions can be 2 1 3 The empirical cumulative distribution function can be calculated from several runs of an optimization algorithm. From a first-hit graph several targets will be defined in the objective function and it will be measured when a target is hit by an algorithm. The proportion of all these hits forms the empirical cumulative distribution function (ECDF). 2 4