kthohr / optim

OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions

Home Page:https://optimlib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After "./configure --header-only-version" the folder "header_only_version/BaseMatrixOps" is empty

kznsq opened this issue · comments

commented

MacOS 13.0.1

Did you first clone the BaseMatrixOps submodule?

commented

I found this module later, maybe I haven't read the docs carefully enough before the installation, but I don't remember the reference to the BaseMatrixOps submodule. Thanks for the library, anyway!

# clone optim into the current directory
git clone https://github.com/kthohr/optim ./optim

# change directory
cd ./optim

# clone necessary submodules
git submodule update --init
commented

Cloning submodules is now such a basic concept/requirement that I assume it to be known by all who can invoke a compiler.