码迷,mamicode.com
首页 > 其他好文 > 详细

NLP X: NLopt Overview

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

标签:ocs   nlp   net   算法   img   eve   cti   pre   alt   

博客转自: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

标签:ocs   nlp   net   算法   img   eve   cti   pre   alt   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!