代码搜索:Simplex

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

代码结果 356
www.eeworm.com/read/236853/13995130

doc phaseii.doc

function [z,xbasic,ibasic,ienter,iter,PCOL,OPTEST,CYCTEST]=phaseii(A,b,c,ibasic); %PHASEII performs phase II of the simplex method starting with the basic %columns specified by the vector ibasic. T
www.eeworm.com/read/236853/13995148

txt readme.txt

This directory contains a suite of files for performing the standard two phase simplex method on linear programming problems. The three files LINPROG.DOC, PHASEI.DOC and PHASEII.DOC are fully do
www.eeworm.com/read/135513/13924372

gz readme.gz

Solver "lpsolve" is based on lp_solve, a simplex-based code for linear and integer programming problems by Michel Berkelaar michel@es.ele.tue.nl whose source is ftp://ftp.es
www.eeworm.com/read/456224/6278825

m callsimplex.m

% Applied Optimization using MATLAB % Dr. P.Venkataraman % Publisher: John Wiley % % Revised Simplex Algorithm translated from PASCAL from % Discrete Optimization Algorithms % M. M. Syslo, N.
www.eeworm.com/read/253614/12209277

m amoeba.m

function [p,y,nfunk] = amoeba(funk, p, y, ndim, ftol, NMAX) %function [p,y,nfunk] = amoeba(funk, p, y, ndim, ftol, NMAX) % The Downhill Simplex method of optimization minimizes a scalar objective %
www.eeworm.com/read/129816/14223782

m ex0406.m

function [optx,fval] = simplex2 bounds = ones(10,1) * [-5.12 5.12]; numvars = size(bounds,1); rng = (bounds(:,2)-bounds(:,1))'; options = optimset('LargeScale','off'); options = optimset(options,
www.eeworm.com/read/464435/1530400

h gb_basic.h

/*1:*/ #line 15 "gb_basic.w" extern Graph*board(); extern Graph*simplex(); extern Graph*subsets(); extern Graph*perms(); extern Graph*parts(); extern Graph*binary(); extern Graph*complement(); exter
www.eeworm.com/read/101189/15841936

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // simplex.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
www.eeworm.com/read/456357/7351247

plot fitness.plot

#set multiplot set autoscale set output 'plot.ps' set terminal postscript landscape enhanced color solid simplex 'Helvetica' set yrange [0:200] set xlabel "Generation" set ylabel "Fitness" set xzeroax
www.eeworm.com/read/109466/15557150

plot fitness.plot

#set multiplot set autoscale set output 'plot.ps' set terminal postscript landscape enhanced color solid simplex 'Helvetica' set yrange [0:200] set xlabel "Generation" set ylabel "Fitness" set xzeroax