Nlopt优化函数库,用法举例

/* * main.c * * Created on: Oct 9, 2018 * Author: lgh */ #include <stdio.h> #include <math.h> #include "nlopt.h" #define INF (1.0/0.0) int i=0; //目标函数; double utility(unsigned n, const d
相关文章
相关标签/搜索