experiments (#1)
Co-authored-by: Anton Reinhard <anton.reinhard@proton.me> Reviewed-on: #1
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
"""
|
||||
CDCost
|
||||
|
||||
@@ -34,7 +33,7 @@ function isless(cost1::CDCost, cost2::CDCost)::Bool
|
||||
end
|
||||
|
||||
function zero(type::Type{CDCost})
|
||||
return (data = 0.0, computeEffort = 00.0, computeIntensity = 0.0)::CDCost
|
||||
return (data = 0.0, computeEffort = 0.0, computeIntensity = 0.0)::CDCost
|
||||
end
|
||||
|
||||
function typemax(type::Type{CDCost})
|
||||
|
Reference in New Issue
Block a user