Skip to content

Commit

Permalink
updates before class
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Creel committed Oct 24, 2024
1 parent dbfddf3 commit 8e467aa
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 91 deletions.
10 changes: 10 additions & 0 deletions Examples/NonlinearOptimization/GridExample.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
##
using Econometrics, Plots
function GridExample(points, doprint=false)
# plot the line
Expand All @@ -15,3 +16,12 @@ function GridExample(points, doprint=false)
if doprint savefig("gridsearch.png") end
return p
end

##
GridExample(5)

##
GridExample(10)

##
GridExample(20)
Loading

0 comments on commit 8e467aa

Please sign in to comment.