diff --git a/ext/cuda/bellman/dense.jl b/ext/cuda/bellman/dense.jl index 571167e..00859f2 100644 --- a/ext/cuda/bellman/dense.jl +++ b/ext/cuda/bellman/dense.jl @@ -267,4 +267,4 @@ end gap_value = CUDA.reduce_warp(+, gap_value) return gap_value -end \ No newline at end of file +end diff --git a/src/bellman.jl b/src/bellman.jl index ff17868..c480ae3 100644 --- a/src/bellman.jl +++ b/src/bellman.jl @@ -283,4 +283,4 @@ function gap_value(Vp, sum_lower) end return res -end \ No newline at end of file +end diff --git a/src/models/IntervalMarkovProcess.jl b/src/models/IntervalMarkovProcess.jl index 6db6817..311795b 100644 --- a/src/models/IntervalMarkovProcess.jl +++ b/src/models/IntervalMarkovProcess.jl @@ -81,4 +81,3 @@ function transition_prob(mp::TimeVaryingIntervalMarkovProcess, t) return transition_probs(mp)[t] end - diff --git a/src/strategy.jl b/src/strategy.jl index a469a00..7a7155b 100644 --- a/src/strategy.jl +++ b/src/strategy.jl @@ -175,4 +175,3 @@ function _extract_strategy!(cur_strategy, values, neutral, j, s₁, maximize) @inbounds cur_strategy[j] = opt_index return opt_val end - diff --git a/src/value_iteration.jl b/src/value_iteration.jl index 06bc5e5..5bef5c0 100644 --- a/src/value_iteration.jl +++ b/src/value_iteration.jl @@ -203,4 +203,4 @@ function step!( upper_bound = upper_bound, maximize = maximize, ) -end \ No newline at end of file +end