To reproduce the MLE examples in the manuscript A Cornucopia of Maximum Likelihood Algorithms
by Kenneth Lange, Xun-Jian Li, and Hua Zhou:
- Git clone this repository.
- Start Julia at the directory
CornucopiaMLE
. - Run examples by
include("Cornucopia.jl")
at Julia REPL.