首页 > 其他 > 详细

NLP X: NLopt Overview

时间:2020-05-25 12:10:59      阅读:50      评论:0      收藏:0      [点我收藏+]

博客转自:https://blog.csdn.net/yy3620285/article/details/79803155#%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85 && https://blog.csdn.net/weixin_43830248/article/details/102679362

技术分享图片

 

NLopt简介

NLopt 是一个轻量级开源非线性优化库, 为多种优化算法提供了统一的接口。

Documnetation:https://nlopt.readthedocs.io/en/latest/
Fork Source Code in Github:https://github.com/stevengj/nlopt 

Linux 平台下载和安装

NLopt: https://github.com/stevengj/nlopt ,下载适合版本,并进行编译

./configure && make && sudo make install

NLopt Reference

NLopt is a library, not a stand-alone program—it is designed to be called from your own program in C, C++, Fortran, Matlab, GNU Octave, or other languages. This reference section describes the programming interface (API) of NLopt in the C language. The reference manuals for other languages can be found at:

C API

 

NLP X: NLopt Overview

原文:https://www.cnblogs.com/flyinggod/p/12955841.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!