搜索资源列表
-
0下载:
CVXMOD is a Python-based tool for expressing and solving convex optimization problems.
-
-
1下载:
粒子群算法工具包,包括动态环境的寻优,还可以直观看到粒子的搜索过程-Particle swarm optimization tool kit, including the dynamic environment of the optimization, you can also see the particles in an intuitive search process
-
-
0下载:
好用的matlab实现凸优化工具包,适用于压缩感知重构过程-Easy to use matlab to achieve a convex optimization tool kit for compressed sensing reconstruction process
-
-
0下载:
解凸优化的工具包,使用简单,有使用指南。适用于最新版的matlab-the tool for convex optimization, used easily . the userguide is attached
-
-
0下载:
% 离散优化
% *enum - 枚举法
% *monte - 蒙特卡洛法
% *lpint (BranchBound)- 线性整数规划
% *L01p_e - 0-1整数规划枚举法
% *L01p_ie - 0-1整数规划隐枚举法
% *bnb18 - 非线性整数规划(在MATLAB5.3使用)
% *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用)
% *mintreek - 最小生成树kruskal算法
% *minroute - 最短路dijkstr
-