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...)
71
71
integrator)
72
72
end
73
73
74
+ # Mark as a scalar for broadcasting
75
+ Base. broadcastable (ir:: AbilityEstimator ) = Ref (ir)
76
+
74
77
abstract type DistributionAbilityEstimator <: AbilityEstimator end
75
78
function DistributionAbilityEstimator (bits... )
76
79
@returnsome find1_instance (DistributionAbilityEstimator, bits)
@@ -171,6 +174,9 @@ function TrackedResponses(responses, item_bank)
171
174
TrackedResponses (responses, item_bank, NullAbilityTracker ())
172
175
end
173
176
177
+ # Mark as a scalar for broadcasting
178
+ Base. broadcastable (ir:: TrackedResponses ) = Ref (ir)
179
+
174
180
function Responses. AbilityLikelihood (tracked_responses:: TrackedResponses {
175
181
BareResponsesT,
176
182
ItemBankT,
You can’t perform that action at this time.
0 commit comments