Skip to content

Commit

Permalink
Update src/training_strategies.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 28, 2023
1 parent d5836b4 commit 791c3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training_strategies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ This training strategy can only be used with ODEs (`NNODE`).
"""
struct WeightedIntervalTraining{T} <: AbstractTrainingStrategy
weights::Vector{T}
points::Int64
points::Int
end

function WeightedIntervalTraining(weights, points)
Expand Down

0 comments on commit 791c3f7

Please sign in to comment.