代码搜索:simplex

找到约 356 项符合「simplex」的源代码

代码结果 356
www.eeworm.com/read/393898/8255717

h smdsearch.h

/*SMDSearch.h *Declarations of Sequential version of Torczon's Multi-Directional Search *Adam Gurson College of William & Mary 2000 */ #ifndef _SMDSearch_ #define _SMDSearch_ #include
www.eeworm.com/read/393898/8255737

cc nmsearch.cc

/*NMSearch.cc *class implementation of Nelder Mead Simplex Search *Adam Gurson College of William & Mary 1999 * * modified slightly by Anne Shepherd (pls), 8/00 */ #include "NMSearch.h" #include
www.eeworm.com/read/463384/7182670

m glpkparams.m

% GLPKMEX Parameters list % (C) 2001-2005 Nicolo' Giorgetti. % % % This document describes all control parameters currently implemented in the GLPKMEX, a % Matlab MEX interface for the GLPK librar
www.eeworm.com/read/244859/12839540

java delaunaytriangulation.java

/* * Copyright (c) 2005 by L. Paul Chew. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * softw
www.eeworm.com/read/244859/12839546

java delaunayap.java

/* * Copyright (c) 2005 by L. Paul Chew. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * softw
www.eeworm.com/read/139007/13195419

m nmsmax.m

function [x, fmax, nf] = nmsmax(fun, x, stopit, savit, varargin) %NMSMAX Nelder-Mead simplex method for direct search optimization. % [x, fmax, nf] = NMSMAX(FUN, x0, STOPIT, SAVIT) attempts
www.eeworm.com/read/139007/13195452

m mdsmax.m

function [x, fmax, nf] = mdsmax(fun, x, stopit, savit, varargin) %MDSMAX Multidirectional search method for direct search optimization. % [x, fmax, nf] = MDSMAX(FUN, x0, STOPIT, SAVIT) attem
www.eeworm.com/read/407603/6324156

java mesh_ap_delaunay.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.HashSet; import java.util.Iterator; import java.util.Set; /** * The Delauany applet. * Displays and Cre
www.eeworm.com/read/407604/11413841

java mesh_ap_delaunay.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.HashSet; import java.util.Iterator; import java.util.Set; /** * The Delauany applet. * Displays and Cre
www.eeworm.com/read/256389/12002257

java delaunaytriangulation.java

/* * Copyright (c) 2005 by L. Paul Chew. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * softw