SampleEvaluationResult
gammaloop Class
SampleEvaluationResult()Numerical value, metadata, stability records, and generated events for one sample.
Member details
integrand_result
Property · read-onlyintegrator_weight
Property · read-only#
integrator_weight: floatMonte Carlo weight supplied by the integrator, excluding the parameterization Jacobian.
generated_event_count
Property · read-only#
generated_event_count: Optional[int]Number of candidate events generated, or None when metadata was omitted.
accepted_event_count
Property · read-only#
accepted_event_count: Optional[int]Number of generated events accepted by selectors, or None without metadata.
event_processing_time_seconds
Property · read-only#
event_processing_time_seconds: Optional[float]Time spent building and selecting events, in seconds, or None without metadata.
parameterization_jacobian
Property · read-only#
parameterization_jacobian: Optional[float]Sample parameterization Jacobian, or None when no Jacobian was supplied.
is_nan
Property · read-only#
is_nan: Optional[bool]Whether evaluation metadata flagged a non-finite result, or None without metadata.
stability_results
Property · read-only#
stability_results: Optional[list[StabilityResult]]Per-precision stability attempts, or None when metadata was omitted.
event_groups
Property · read-only__str__
Method__repr__
MethodView generated signature source: docs/api/python/gammaloop-python.pyi:1772