Skip to content

Commit

Permalink
relax points_weights for FIRST
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Dec 22, 2024
1 parent ae283e5 commit f9b7ea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cases/FIRST.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ function case_parameters(::Type{Val{:FIRST}})::Tuple{ParametersAllInits,Paramete

ini.requirements.flattop_duration = 2.0

act.ActorPFactive.x_points_weight = 0.001
act.ActorPFactive.strike_points_weight = 0.01

return ini, act
end

0 comments on commit f9b7ea5

Please sign in to comment.