Skip to content

Commit

Permalink
Update ODEwithFixParams.jl
Browse files Browse the repository at this point in the history
commented line
  • Loading branch information
ayadlin committed Jun 13, 2019
1 parent 8f3dd59 commit 6f70133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ODEwithFixParams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bbfree=bboptimize(opt_free);
bsfix=fixvalues(best_candidate(bbfix), problemfixed,dims) # then is our best solution to the general DAE problem with a fixed param.
bsfree=best_candidate(bbfree) # then is our best solution to the general DAE problem with full freedom.

Note that within error bsfix and bs free are equal
# Note that within error bsfix and bs free are equal

(bsfree, origfitness(bsfree)), (bsfix, origfitness(bsfix))

Expand Down

0 comments on commit 6f70133

Please sign in to comment.