Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinoex committed Aug 29, 2024
1 parent daaa3b5 commit fe403e7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ext/cuda/bellman/dense.jl
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ end

gap_value = CUDA.reduce_warp(+, gap_value)
return gap_value
end
end
2 changes: 1 addition & 1 deletion src/bellman.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ function gap_value(Vp, sum_lower)
end

return res
end
end
1 change: 0 additions & 1 deletion src/models/IntervalMarkovProcess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@ function transition_prob(mp::TimeVaryingIntervalMarkovProcess, t)

return transition_probs(mp)[t]
end

1 change: 0 additions & 1 deletion src/strategy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,3 @@ function _extract_strategy!(cur_strategy, values, neutral, j, s₁, maximize)
@inbounds cur_strategy[j] = opt_index
return opt_val
end

2 changes: 1 addition & 1 deletion src/value_iteration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ function step!(
upper_bound = upper_bound,
maximize = maximize,
)
end
end

0 comments on commit fe403e7

Please sign in to comment.