PlotFlag
is an option to MiniMaxApproximation and GeneralMiniMaxApproximation that specifies whether plots of the relative error of successive iterates in the approximation algorithm are to be drawn.
更多信息和选项
参见
技术笔记
FunctionApproximations`
FunctionApproximations`
PlotFlag
is an option to MiniMaxApproximation and GeneralMiniMaxApproximation that specifies whether plots of the relative error of successive iterates in the approximation algorithm are to be drawn.
更多信息和选项
- To use PlotFlag, you first need to load the Function Approximations Package using Needs["FunctionApproximations`"].
- Valid settings are True and False. The default setting is False.
- The PlotFlag option is useful when trying to determine what went wrong when the algorithm used by MiniMaxApproximation or GeneralMiniMaxApproximation fails.
- If the plots change dramatically from one iteration to the next, an increase in the amount of braking specified by the option Brake is warranted.