getSuccessRate-methods {pso} | R Documentation |
Methods for Function getSuccessRate
Description
Provides the success rate as the result of conducting a test. Only
implemented method is for objects of class "test.result"
Methods
Calculates the success rate from the number of successful tests conducted as a function of the number of function evaluations used.
signature(object = "test.result")
-
This method is used internally by the graphical functions. Returns a list with components:
- feval:
The number of function evaluations.
- rate:
The corresponding success rate (between 0 and 1).
See Also
[Package pso version 1.0.4 Index]