代码搜索:Simplex
找到约 356 项符合「Simplex」的源代码
代码结果 356
www.eeworm.com/read/178406/9399719
m simplyx.m
global nn
TITLE=[' simplex '];
%>>>>>>> nn must be specified elsewhere
NODES = [ 0:nn ]/nn;
N_NODES=length(NODES);
for q=1:N_NODES-1,
ELEMENTS(q,:)=[q q+1 5e-2 0 1];
end
MATERIALS = [ ..
www.eeworm.com/read/231340/14238492
m simplyx.m
global nn
TITLE=[' simplex '];
%>>>>>>> nn must be specified elsewhere
NODES = [ 0:nn ]/nn;
N_NODES=length(NODES);
for q=1:N_NODES-1,
ELEMENTS(q,:)=[q q+1 5e-2 0 1];
end
MATERIALS = [ ..
www.eeworm.com/read/421666/10713250
txt bench.txt
Solver: GLPSOL 4.0 (options used: --simplex --presol)
Computer: Intel Pentium 4, 1.5 GHz, L2 256K, Chipset i850
Platform: Debian GNU/Linux 2.2
Compiler: GCC 2.95.2 (options used: -O3)
Test set: Netl
www.eeworm.com/read/179705/9341517
changelog
2006-02-18 Brian Gough
* vector_bfgs.c (vector_bfgs_iterate): avoid division by zero if
dxdg == 0
2003-07-24 Brian Gough
* simplex.c (nm
www.eeworm.com/read/152112/12139040
m nelder.m
function [V0,y0,dV,dy]=nelder(F,V,min1,max1,epsilon,show)
%Input - F is the object function input as a string 'F'
% - V is a 3xn matrix containing starting simplex
% - min1 & max1
www.eeworm.com/read/151556/12201347
m nelder.m
function [V0,y0,dV,dy]=nelder(F,V,min1,max1,epsilon,show)
%Input - F is the object function input as a string 'F'
% - V is a 3xn matrix containing starting simplex
% - min1 & max1
www.eeworm.com/read/484096/1271957
changelog
2006-02-18 Brian Gough
* vector_bfgs.c (vector_bfgs_iterate): avoid division by zero if
dxdg == 0
2003-07-24 Brian Gough
* simplex.c (nm
www.eeworm.com/read/172473/9706198
m nelder.m
function [V0,y0,dV,dy]=nelder(F,V,min1,max1,epsilon,show)
%Input - F is the object function input as a string 'F'
% - V is a 3xn matrix containing starting simplex
% - min1 & max1
www.eeworm.com/read/198700/7916308
m simpvol.m
function v=simpvol(p,t)
%SIMPVOL Simplex volume.
% V=SIMPVOL(P,T)
% Copyright (C) 2004-2006 Per-Olof Persson. See COPYRIGHT.TXT for details.
switch size(p,2)
case 1
d12=p(t(:,2),:)-p(
www.eeworm.com/read/305390/13772280
m nelder.m
function [V0,y0,dV,dy]=nelder(F,V,min1,max1,epsilon,show)
%Input - F is input as an M-file function
% - V is a 3xn matrix containing starting simplex
% - min1 & max1 are m