代码搜索:Simplex
找到约 356 项符合「Simplex」的源代码
代码结果 356
www.eeworm.com/read/193277/8243034
m mpcvx.m
function output = mpcvx(p)
%MPCVX Approximate multi-parametric programming
%
% MPCVX is never called by the user directly, but is called by
% YALMIP from SOLVESDP, by choosing the solver
www.eeworm.com/read/398163/6291510
c mle_wrapper.c
#include "timeseries.h"
void mle_wrapper(noise_model *nm, int n_models, time_series ts, data_kernel dk, options op) {
int i, j, k, l, m;
int sm, wm;
switch(n_models) {
case 1:
www.eeworm.com/read/439749/7702334
dia pci.dia
VGUIformatVersion 1.004000
DEFINE_MODULE: new_unnamed_submodule0
DEFINE_DEVICE_INSTANCES:
END_DEFINE_DEVICE_INSTANCES.
DEFINE_TOPOLOGY:
END_DEFINE_TOPOLOGY.
END_DEFINE_MODULE.
DEFI
www.eeworm.com/read/297911/7985558
dia pci.dia
VGUIformatVersion 1.004000
DEFINE_MODULE: new_unnamed_submodule0
DEFINE_DEVICE_INSTANCES:
END_DEFINE_DEVICE_INSTANCES.
DEFINE_TOPOLOGY:
END_DEFINE_TOPOLOGY.
END_DEFINE_M
www.eeworm.com/read/172471/9706368
asv direct_search.asv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nelder/Mead Simplex Method for Direct Search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/172471/9706378
m direct_search.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nelder/Mead Simplex Method for Direct Search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/134894/13971920
m direct_search.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nelder/Mead Simplex Method for Direct Search
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
www.eeworm.com/read/182833/9188724
am makefile.am
noinst_PROGRAMS = misc.o
misc_o_SOURCES = vivaldinode.C vivalditest.C simplex.c datastore.C
EXTRA_DIST = vivaldinode.h vivalditest.h simplex.h datastore.h
LIBS =
misc_o_LINK = $(LD) -r -o $@
includ
www.eeworm.com/read/423094/10588341
am makefile.am
noinst_PROGRAMS = misc.o
misc_o_SOURCES = vivaldinode.C vivalditest.C simplex.c datastore.C
EXTRA_DIST = vivaldinode.h vivalditest.h simplex.h datastore.h
LIBS =
misc_o_LINK = $(LD) -r -o $@
includ
www.eeworm.com/read/267533/4266246
java simplexlist.java
package org.theblueplanet.annealing;
import org.apache.log4j.Logger;
import java.util.ArrayList;
/**
* An ArrayList of Simplex Objects
*
* @see org.theblueplanet.annealing.Simplex
*
* @author