Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3078
| From | Frank K <fkampas@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize |
| Date | 2011-06-12 09:06 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <it1vie$b5b$1@smc.vnet.net> (permalink) |
The built-in compiler is much more powerful in Version 8 than in
previous versions. One example of this is the new RuntimeOptions
attribute for Compile. By setting RuntimeOptions ->
{"EvaluateSymbolically" -> False}, the user can generate a compiled
function which can result in significantly faster results from
FindRoot, FindMinimum and NMinimize. The documentation for
RuntimeOptions gives an example of this for
FindRoot and I have verified that it also works for FindMinimum and
NMinimize.
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize Frank K <fkampas@gmail.com> - 2011-06-12 09:06 +0000
csiph-web