TimerModel

class pyapprox.interface.TimerModel(function, base_model=None)[source]

Bases: object

Return the wall-time needed to evaluate a function at each sample as an additional quantity of interest.

Methods Summary

__call__(samples[, return_grad])

Call self as a function.

Methods Documentation

__call__(samples, return_grad=False)[source]

Call self as a function.