|
-
Sep 11th, 2007, 08:10 AM
#1
[RESOLVED] Simplex
Has anyone heard of the simplex algorithm? Essentially it is the most efficient optimisation algorithm in linear programming for any number of variables and constraints. For those who are not familiar with simplex, click here. I have been wondering as to the best way to translate this into code for a VB6 application. Any ideas?
-
Sep 11th, 2007, 09:31 AM
#2
Re: Simplex
Look at Numerical Recipes.
Chapter 10 has the code in C or Fortran, depending on your proclivities. It's not too difficult to translate to VB.
-
Sep 11th, 2007, 11:22 AM
#3
Fanatic Member
Re: Simplex
This link has an Excel add-in that contains VB code for simplex. The add-in is called 'Didactic Optimization Tool for EXCEL'.
http://digilander.libero.it/foxes/SoftwareDownload.htm
Edit: may not be what you want. This one uses Nelder-Mead Downhill-Simplex for unconstrained problems.
Last edited by VBAhack; Sep 11th, 2007 at 11:37 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|