Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mathematics knundrum
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00780672
Message ID:
00781442
Views:
37
Optimization problems are difficult! You may want to check out the May 2003 issue of Dr. Dobb's Journal. There is an interesting article: "Dynamic Programming - Looking for 'simply the best'". The author presents a C++ routine that uses what he calls "dynamic programming" that discards sub-optimal solutions (hence avoiding unnecessary computing time).

You may also want to check out the September 2001 issue of FoxPro Advisor. There is an interesting article with source code dealing with Genetic Algorithms - another optimization technique. However, genetic algorithms do not guarantee the "best" solution to an optimization problem - they provide a "best guess" answer which is a generally good enough for most scheduling problems.
Carl Olson, Jr.
CEO, Founder
Cerelogic, Inc.

www.cerelogic.com

"Applying rocket science to business."
Previous
Reply
Map
View

Click here to load this message in the networking platform