Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
liblbfgsから入手できるLBFGSパッケージを使用してプログラムをコンパイルしてみた人はいますか。人気のパッケージだと思います。次のコマンドでサンプルプログラムをコンパイルできないようです。
g++ sample.cpp -o sample
コメントでVincentが提供した回答は、リンクエラーに関する問題を解決します
g++ sample.cpp -o sample -llbfgs
ご参考までに。これは、crfsuite パッケージの構築に役立ちました