QuantEcon / QuantEcon.notebooks

Jupyter notebooks contributed by QuantEcon developers, users and the community
BSD 3-Clause "New" or "Revised" License
122 stars 106 forks source link

Add Chase's notebook on Nelder Mead #5

Closed mmcky closed 8 years ago

mmcky commented 8 years ago

@cc7768 There is a deprecation warning in this notebook.

Otherwise this notebook has been updated to ipynb v4 and runs.

cc7768 commented 8 years ago

Great. Thanks for heads up.

I'll try and hunt down this deprecation warning and clear it up. It is showing up on pretty much all of my computers. This is referenced in this PR (for my own reference).

I also want to change the color map. Will let you know when I've made these changes.

mmcky commented 8 years ago

Great Thanks Chase.

cc7768 commented 8 years ago

I have confirmed that the deprecation warning was coming from seaborn -- It is fixed in master branch and it looks like a release that includes the fix will come out soon.

I updated the colormap to what will be matplotlib's new default at 2.0. I think the visuals look clearer using this color map.

I believe this is ready to merge if you agree.