Learn R Programming

soobench (version 1.9.18)

first_hitting_times: Return numerical vector of first hitting times, counted in function evaluations.

Description

Return numerical vector of first hitting times, counted in function evaluations.

Usage

first_hitting_times(x, target_levels)

Arguments

x

Object from which the reached target values are to be extracted. Methods for numeric vectors and record_target_values_function class objects are provided.

target_levels

Numerical vector of target levels which should ideally be reached.

See Also

recording_function