EvaluationMonitor
is an option for various numerical computation and plotting functions that gives an expression to evaluate whenever functions derived from the input are evaluated numerically.
Examples
open allclose allBasic Examples (4)
Scope (5)
Monitor the solution progress when solving the sine–Gordon PDE:
Evaluations for a numerical minimization:
Evaluations for computing a numerical integral with NIntegrate:
Show a plot of the evaluation position versus evaluation number:
Evaluations for solving a differential equation with NDSolve with a extrapolation method:
A plot shows that with this method, not all evaluations are on the solution curve:
Count evaluations for doing a surface plot:
When the function is evaluated, it takes fewer evaluations since symbolic derivatives are used:
Generalizations & Extensions (2)
Applications (6)
Show where evaluations were done for part of a plot using a tooltip that indicates order:
Show number of evaluations required to find a root as a function of starting value:
Compare evaluations required for different local minimization methods:
Compare evaluations and timing required for different ODE integration methods in NDSolve:
Steps and evaluations as a function of PrecisionGoal and AccuracyGoal in NDSolve:
Use a fixed order explicit Runge–Kutta method:
Use an adaptive order extrapolation method:
Compare the two methods. Beyond a goal of about 12, adaptive order is clearly superior:
Evaluations in parameter space for a nonlinear fit:
The evaluation points on a contour plot of the sum of squares:
Properties & Relations (1)
Evaluation done for EvaluationMonitor is scoped like Block:
This is effectively using Block with assignments of numerical values of the variable:
Text
Wolfram Research (2003), EvaluationMonitor, Wolfram Language function, https://reference.wolfram.com/language/ref/EvaluationMonitor.html (updated 2007).
CMS
Wolfram Language. 2003. "EvaluationMonitor." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/EvaluationMonitor.html.
APA
Wolfram Language. (2003). EvaluationMonitor. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EvaluationMonitor.html