代码搜索:Simplex

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

代码结果 356
www.eeworm.com/read/388846/8571604

dsp simplex.dsp

# Microsoft Developer Studio Project File - Name="simplex" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/388846/8571606

ncb simplex.ncb

www.eeworm.com/read/388846/8571612

dsw simplex.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/388846/8571619

opt simplex.opt

www.eeworm.com/read/388846/8571622

plg simplex.plg

Build Log --------------------Configuration: simplex - Win32 Debug-------------------- Command Lines Creating temporary file "C:\TEMP\RSP1A4.TM
www.eeworm.com/read/387009/8712229

h simplex.h

extern "C" { #include "lusol.h" } struct NRlusol { LUSOLrec *LUSOL; Int inform; NRlusol(Int m, Int nz); void load_col(const Int col, VecInt &row_ind, VecDoub &val); void factorize()
www.eeworm.com/read/182833/9188728

c simplex.c

/* * Copyright (c) 2003 Russ Cox (rsc@mit.edu). * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of t
www.eeworm.com/read/182833/9188731

h simplex.h

#ifdef __cplusplus extern "C" { #endif typedef struct Simplex Simplex; Simplex *allocsimplex(int, double(*)(double*,int,void*), void*, double); int stepsimplex(Simplex*, double*, double**); void res
www.eeworm.com/read/377770/9262754

m simplex.m

function [x,fval,exitflag,output] = simplex(f2eval,x0) options=optimset('LargeScale','off'); options=optimset(options,'MaxFunEvals', 300); [x,fval,exitflag,output] = fminsearch(f2eval,x0, options)
www.eeworm.com/read/179705/9341515

c simplex.c

/* multimin/simplex.c * * Copyright (C) 2002 Tuomo Keskitalo, Ivo Alxneit * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public