We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b46d8c commit 3a5d0d7Copy full SHA for 3a5d0d7
src/solve.jl
@@ -20,7 +20,7 @@ function TrajectoryGamesBase.solve_trajectory_game!(
20
if isnothing(initial_guess)
21
initial_guess = generate_initial_guess(solver, game, initial_state)
22
else
23
- initial_guess = (; x₀ = initial_guess.x, y₀ = initial_guess.y)
+ initial_guess = (; x₀ = initial_guess.x, y₀ = initial_guess.y, s₀ = initial_guess.s)
24
end
25
26
raw_solution = IPMCPs.solve(
0 commit comments