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
文森特在评论中给出的答案解决了链接错误的问题
g++ sample.cpp -o sample -llbfgs
供参考。这有助于构建 crfsuite 包