getSuccessRate-methods: Methods for Function getSuccessRate

getSuccessRate-methodsR 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

test.result.


pso documentation built on April 12, 2022, 5:06 p.m.