Skip to content

Commit

Permalink
Add warning note about result variability due to algorithm stochastic…
Browse files Browse the repository at this point in the history
…ity and comment out plot saving line in bilinear_dynamics.jl
  • Loading branch information
aarontrowbridge committed Feb 16, 2025
1 parent 6d846f7 commit cc44f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,6 @@ NamedTrajectories.plot(prob.best_traj)

### Objective value
![](examples/plots/loss.png)

### :warning: Note :warning:
Due to stochasticity of algorithm, results may vary.
2 changes: 1 addition & 1 deletion examples/bilinear_dynamics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ lines!(ax, 2:length(prob.Js), log.(prob.Js[2:end]), color = :blue, linewidth = 2
fig

# save log loss plot
save(joinpath(pwd(), "TrajectoryBundles.jl/examples/plots/loss.png"), fig)
# save(joinpath(pwd(), "TrajectoryBundles.jl/examples/plots/loss.png"), fig)

0 comments on commit cc44f75

Please sign in to comment.