f_target¶ class gob.metrics.f_target.f_target(f, bounds, p=0.99)[source]¶ Bases: Metric Metric that compute the \(f\)-target metric for a given function and a given proportion. Parameters: f (Callable) – The objective function. bounds (np.ndarray) – The bounds of the search space. p (float) – The proportion.