File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ function AbilityEstimator(::ContinuousDomain, bits...)
7171 integrator)
7272end
7373
74+ # Mark as a scalar for broadcasting
75+ Base. broadcastable (ir:: AbilityEstimator ) = Ref (ir)
76+
7477abstract type DistributionAbilityEstimator <: AbilityEstimator end
7578function DistributionAbilityEstimator (bits... )
7679 @returnsome find1_instance (DistributionAbilityEstimator, bits)
@@ -171,6 +174,9 @@ function TrackedResponses(responses, item_bank)
171174 TrackedResponses (responses, item_bank, NullAbilityTracker ())
172175end
173176
177+ # Mark as a scalar for broadcasting
178+ Base. broadcastable (ir:: TrackedResponses ) = Ref (ir)
179+
174180function Responses. AbilityLikelihood (tracked_responses:: TrackedResponses {
175181 BareResponsesT,
176182 ItemBankT,
You can’t perform that action at this time.
0 commit comments