Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.406.212 Times

Simplex Method Example software
Filter: All | Freeware | Demo
 

Simplex Method Example

1 2 3 4 5 > 
Added: September 12, 2013 | Visits: 544

Simple example of the Simplex Method It's a function that finds the minimum value of a two variables objective function with a deterministic zero order algorithm: simplex method. The input variables are:-fun: inline function of the objective function-init_point: initial point for the simplex method-step_size: initial dimension of...



Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Simple example of the Simplex Method Download

Added: May 17, 2013 | Visits: 616

Revised Simplex Method. This function is able to detect almost all types of properties/characteristics present in an LPP such as unbounded solution, alternate optima, degenaracy/cycling and infeasibilty. It only fails to work when there are redundant constraints present in the problem. However, it is rare and can be...





Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Revised Simplex Method. Download

Added: May 10, 2013 | Visits: 836

SimplexInPHP Simplex-in-PHP are PHP scripts that solve small linear programming and integer linear programming problems executing the simplex method step by step, printing the tableau and drawing the graphical analysis.Useful for students in Operational Research.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (120): SimplexInPHP Download

Added: April 17, 2013 | Visits: 465

linprog 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 documented versions of the m-files LINPROG.M, PHASEI.M and PHASEII.DOC are fully documented versions of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): linprog Download

Added: June 03, 2013 | Visits: 375

SIMPGDSEARCH SIMPGRIDSEARCH Multi-dimensional unconstrained nonlinear minimization using grid search + Simplex method. X = SIMPGDSEARCH(OBJFUN,GDVALUES) returns a vector X that is a minimizer of the function described in OBJFUN (usually an m file: OBJFUN.M).See OBJFUN_DEMO.M for how to write an objective...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): SIMPGDSEARCH Download

Added: August 09, 2010 | Visits: 1.244

XAO::DO::FS::Config XAO::DO::FS::Config is an embeddable configuration object for XAO::FS. SYNOPSIS use XAO::Projects; use XAO::Objects; my $config=XAO::Objects->new(objname => Config, sitename => test); XAO::Projects::create_project(name => test, object => $config, set_current => 1); my...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (96): XAO::DO::FS::Config Download

Added: September 16, 2013 | Visits: 449

ossrs Optimized Step Size Random Search(OSSRS) A random search method[1] for the optimization of a function of n variables. Can be used as a start-up before using a determistic method like Simplex method of Nelder and Mead to arrive at the region of the optimum and then switch to a deterministic...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): ossrs Download

Released: April 14, 2009  |  Added: June 03, 2009 | Visits: 2.331

NMath Analysis NMath Analysis contains classes for function minimization, root-finding, and linear programming. Product features include classes for minimizing univariate functions using golden section search and Brent's method, minimizing multivariate functions using the downhill simplex method, Powell's...


Platforms: Windows

License: Demo Cost: $395.00 USD Size: 3.43 MB Download (141): NMath Analysis Download

Added: May 10, 2013 | Visits: 1.318

Asymptote Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program. Features of Asymptote: # provides a portable standard for typesetting...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (109): Asymptote Download

Added: April 26, 2010 | Visits: 869

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Released: November 12, 2012  |  Added: November 12, 2012 | Visits: 574

Asymptote for Mac OS X Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output.Asymptote is a graphic tool that provides a standard for typesetting mathematical...


Platforms: Mac

License: Freeware Size: 3.7 MB Download (482): Asymptote for Mac OS X Download

Added: July 14, 2013 | Visits: 325

WP-Lifestream2 Lifestream displays your social feeds and photos much like you would see it on many of the social networking sites. Install : Upload the plugin into /wp-content/plugins/. You should end up with /wp-content/plugins/lifestream/.Activate the plugin under the "Plugins" menu.Visit "Lifestream" ->...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 624.64 KB Download (51): WP-Lifestream2 Download

Added: August 06, 2013 | Visits: 316

Net::Yadis Net::Yadis is a Perl module that performs the Yadis service discovery protocol, and parses XRDS xml documents. Methods discover This constructor performs the discovery protocol on a url and returns a yadis object that parses the XRDS document for you. eval {...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Net::Yadis Download

Added: October 19, 2010 | Visits: 1.153

Catalyst::Example::Controller::InstantCRUD Catalyst::Example::Controller::InstantCRUD is a Catalyst CRUD example Controller. SYNOPSIS use base Catalyst::Example::Controller::InstantCRUD; METHODS load_interface_config Returns the config hash for input forms (widgets) and other interface elements get_resultset Returns the...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (101): Catalyst::Example::Controller::InstantCRUD Download

Added: July 24, 2010 | Visits: 840

Method::Declarative Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], # ... ], init => [ [ initcheck1 ], # ... ],...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (92): Method::Declarative Download

Added: May 10, 2013 | Visits: 613

Payment method fee This order total allows to add a fee to the order total according to the payment method choosen, and this fee will be shown on the payment page (important for the customer to see how much he will be charged before choosing). Works fine with COD for example.A Tax class for this fee can also be...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Payment method fee Download

Added: March 22, 2013 | Visits: 472

Complex Method of Optimization Implements the Complex Method of Constrained Optimization, as proposed by Box (1965), improved by Guin (1968) and Krus (1992), and following the method in Andresson (2001). This is capable of optimizing a "black-box" system with few constraints on the optimization function and requiring no...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Complex Method of Optimization Download

Added: July 28, 2013 | Visits: 414

State-machine simplex minimizer This is a single M-file that implements a Nelder-Mead simplex minimizer. It makes use of MATLAB's persistent variables to create a "state machine" implementation. This allows entire minimization programs to be written as MATLAB scripts, as it does not require a function to be defined and passed...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): State-machine simplex minimizer Download

Added: May 27, 2013 | Visits: 567

PCA demonstration example This file is used to explain how PCA works and the idea behind the method. This example is given in the ISA book: New directions in Bioprocess Modeling and Control by Michael A. Boudreau and Gregory K. McMillan(Chapter 8, simple example). The process is composed of a valve a thermometer and a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): PCA demonstration example Download

Added: June 29, 2013 | Visits: 420

24U BarGraph Example This example implements displaying charts by using standard FileMaker Pro functionality, 24U SimpleHighlight Plug-In, and X2max xmChart Plug-In. Example illustrates fully automated chart creation without using any scripts. Feel free to use any presented method to power up your solution and to...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (46): 24U BarGraph Example Download

1 2 3 4 5 >