Jesse Perla

Results 191 issues of Jesse Perla

See https://lectures.quantecon.org/py/hs_recursive_models.html Would need to move over the text and then go through the code.

See https://github.com/UMCTM/DataInterpolations.jl and the notebook at https://htmlpreview.github.io/?https://github.com/UMCTM/DataInterpolations.jl/blob/master/Example/DataInterpolations.html We can discuss with @ChrisRackauckas to see his thoughts on performance/maintenance/etc. 2D is not supported yet, and we would need to consider how...

Following #316 for the other lectures, we should consider if other ones can be moved to the library. Also, we should decide whether it should be a move to QuantEcon.jl,...

The non-plotting code in http://compare-lectures.quantecon.org/jl/additive_functionals.html# is too complicated for modification or comprehension by students, and (due to its linearity) wouldn't be modified anyways. We should move the `AMF_LSS_VAR, construct_ss, ......

The `optimization_solver_packages.rst` is relatively bare-bones. We shoud do a break down of the basic types of optimization problems and algorithms (e.g. unconstrained, smooth, convex, linear, box-bounded, black-box, derivative free, etc.)...

https://github.com/JuliaDiffEq/DiffEqDiffTools.jl

Need to add in the error handling idiom with shortcuts to the introductory material. - We first need to agree on the error handling idioms - See https://github.com/QuantEcon/lecture-source-jl/blob/master/style.md#error-handling - This...

good first issue

I am installing on WSL in order to run jupinx. I run into the following issue when activating the current project: ```julia ERROR: Error when installing package ProgressMeter: ArgumentError: embedded...

https://discourse.quantecon.org/t/generic-programming/559 Say that immutability is preferred when possible, etc. Also point out that some things (eg. agent based models) could be easier with mutable structs...