This is not the official GitHub repository for the MITLM project. The closest thing is apparently https://github.com/mitlm/mitlm.
Check the README file of the original version.
Ported from v0.4.2 by @kkm000 for Visual Studio 2015 and 2017. Diff changes.
- Open and build
src/mitlm.sln
(or msbuid from command line). - Locate the compiled binaries in
src/bin/{Debug,Release}
.
- BFGS and LBFGS optimization (Powell is the default).
- Compressed files.
- Take notice of the file
src/mitlm.props
. This file is included by all 4 project files. The rest is pretty much vanilla VS project/solution files.