Dojo.jl icon indicating copy to clipboard operation
Dojo.jl copied to clipboard

Updated the gain and simulation time

Open mfogelson opened this issue 2 years ago • 1 comments

The P gain and the simulation time needed to be increased to match the desired performance.

NOTE: The simulations outputs NAN values for mu

storage = simulate!(mechanism, 20.0, controller!,
    record=true,
    verbose=true);
n    bvio    rvio     α       μ     |res|∞   |Δ|∞
–––––––––––––––––––––––––––––––––––––––––––––––––
1    0e+0    1e-1    1e+0    0e+0    1e-1    1e-1
2    0e+0    1e-11    1e+0    NaN     1e-11    1e-11

mfogelson avatar Jul 26 '22 16:07 mfogelson

Codecov Report

Merging #59 (43da7ff) into main (2b98c76) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
- Coverage   87.67%   87.65%   -0.03%     
==========================================
  Files          94       94              
  Lines        4966     4966              
==========================================
- Hits         4354     4353       -1     
- Misses        612      613       +1     
Impacted Files Coverage Δ
src/solver/line_search.jl 95.55% <0.00%> (-1.12%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2b98c76...43da7ff. Read the comment docs.

codecov-commenter avatar Jul 26 '22 17:07 codecov-commenter