代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/241396/13147665
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz
www.eeworm.com/read/138987/13197446
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz
www.eeworm.com/read/152637/5672505
entries
/convergence.lua/1.1/Thu Apr 10 03:35:09 2003//
/newton.lua/1.1/Thu Apr 10 03:35:09 2003//
/solver_one_variable.lua/1.2/Thu Apr 10 03:37:58 2003//
D
www.eeworm.com/read/134901/5891497
c svm2_mex.c
/*---------------------------------------------------------------------------
svm2_mex.c: MEX-file for binary SVM with L2-soft margin solver.
Compile:
mex svm2_mex.c qpc2solver.c kernel_fun.
www.eeworm.com/read/134901/5891505
c~ svm2_mex.c~
/*---------------------------------------------------------------------------
svm2_mex.c: MEX-file for binary SVM with L2-soft margin solver.
Compile:
mex svm2_mex.c qpc2solver.c kernel_fun.
www.eeworm.com/read/485012/6570638
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz
www.eeworm.com/read/410326/11292978
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz
www.eeworm.com/read/347945/11623574
m bmilin.m
function diagnostic = bmilin(F,h,options)
%BMILIN Simple BMI solver based on sequential linearizations
%
% diagnostic = bmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solve
www.eeworm.com/read/347945/11625260
m callbmilin.m
function diagnostic = callbmilin(F,h,options)
%
% EXTREMELY naive implementation of a local BMI solver
% using linearizations and a simple trust-region.
%
% To be precise, it not only "solves" pr
www.eeworm.com/read/156956/11750517
m opf_slvr.m
function code = opf_slvr(alg)
%OPF_SLVR Which OPF solver is used by alg.
% code = opf_slvr(alg) returns a solver code given an algorithm code.
% The codes are:
% 0 - 'constr' from Optimiz