代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/198172/7948886

m bicgstab.m

function [x, error, total_iters] = ... bicgstab(x0, b, atv, params) % Bi-CGSTAB solver for linear systems % % C. T. Kelley, December 16, 1994 % % This code comes with no guarantee
www.eeworm.com/read/197958/7960740

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solves the Linea
www.eeworm.com/read/398328/7993979

m ga_nn.m

function [X,FVAL,REASON,OUTPUT,POPULATION,SCORES] = ... ga_nn(FitnessFcn,GenomeLength,Aineq,Bineq,Aeq,Beq,LB,UB,options) %GA_NN Genetic algorithm linear constrained solver. % Private function to
www.eeworm.com/read/398328/7994038

m ga_nn4.m

function [X,FVAL,REASON,OUTPUT,POPULATION,SCORES] = ... ga_nn(FitnessFcn,GenomeLength,Aineq,Bineq,Aeq,Beq,LB,UB,options) %GA_NN Genetic algorithm linear constrained solver. % Private function to
www.eeworm.com/read/196814/8058750

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solves the Linea
www.eeworm.com/read/244945/12829511

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solves the Linea
www.eeworm.com/read/329331/12960514

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solves the Linea
www.eeworm.com/read/323810/13316033

m lipsol.m

function [xsol,fval,lambda,exitflag,output] = lipsol(f,Aineq,bineq,Aeq,beq,lb,ub,options,defaultopt,computeLambda) %LIPSOL Linear programming Interior-Point SOLver. % X = LIPSOL(f,A,b) will solve
www.eeworm.com/read/312163/13617419

c svm2_mex.c

/*--------------------------------------------------------------------------- svm2_mex.c: MEX-file for binary SVM with L2-soft margin solver. Compile: mex svm2_mex.c gnppsolver.c kernel_fun.
www.eeworm.com/read/312163/13617435

c~ svm2_mex.c~

/*--------------------------------------------------------------------------- svm2_mex.c: MEX-file for binary SVM with L2-soft margin solver. Compile: mex svm2_mex.c gnppsolver.c kernel_fun.