Skip to content

Commit 6f70133

Browse files
authored
Update ODEwithFixParams.jl
commented line
1 parent 8f3dd59 commit 6f70133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ODEwithFixParams.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ bbfree=bboptimize(opt_free);
9696
bsfix=fixvalues(best_candidate(bbfix), problemfixed,dims) # then is our best solution to the general DAE problem with a fixed param.
9797
bsfree=best_candidate(bbfree) # then is our best solution to the general DAE problem with full freedom.
9898

99-
Note that within error bsfix and bs free are equal
99+
# Note that within error bsfix and bs free are equal
100100

101101
(bsfree, origfitness(bsfree)), (bsfix, origfitness(bsfix))
102102

0 commit comments

Comments
 (0)