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
相關文章
相關標籤/搜索