We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6afca commit 4189b38Copy full SHA for 4189b38
src/solver.jl
@@ -17,7 +17,7 @@
17
diverging_iterates_tol::T = 1.0e8
18
mu_target::T = 1.0e-4
19
print_level::Int = 5
20
- output_file = joinpath(dirname(pathof(DirectTrajectoryOptimization)), "..", "output.txt")
+ output_file = "output.txt"
21
print_user_options = "no"
22
# print_options_documentation = "no"
23
# print_timing_statistics = "no"
0 commit comments