This is a static copy of a profile reportHome
funfun/private/optimoptiongetfields (1720 calls, 0.055 sec)
Generated 05-Aug-2011 13:03:53 using cpu time.
function in file /usr/local/MATLAB/R2011a/toolbox/matlab/funfun/private/optimoptiongetfields.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
optimset | function | 1720 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
75 | 'UseParallel'}; | 1720 | 0.022 s | 40.0% |  |
17 | optimfields = {... | 1720 | 0 s | 0% |  |
All other lines | | | 0.033 s | 60.0% |  |
Totals | | | 0.055 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 75 |
Non-code lines (comments, blank lines) | 73 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
1 function optimfields = optimoptiongetfields
2 %OPTIMOPTIONGETFIELDS returns fieldnames of options in Optimization Toolbox.
3 %
4 % This function returns fieldnames of options in Optimization Toolbox
5 % but not in MATLAB.
6 %
7 % This is a helper function for OPTIMSET and OPTIMGET.
8
9 % OPTIMFIELDS = OPTIMOPTIONGETFIELDS returns a cell array OPTIMFIELDS of the
10 % fieldnames of options in the Optimization Toolbox but not in MATLAB.
11 %
12 % See also OPTIMSET, OPTIMGET.
13
14 % Copyright 1990-2007 The MathWorks, Inc.
15 % $Revision: 1.1.10.2 $ $Date: 2009/05/18 20:48:16 $
16
1720 17 optimfields = {...
18 'ActiveConstrTol'; ...
19 'Algorithm'; ...
20 'AlwaysHonorConstraints'; ...
21 'BranchStrategy'; ...
22 'DerivativeCheck'; ...
23 'Diagnostics'; ...
24 'DiffMaxChange'; ...
25 'DiffMinChange'; ...
26 'FinDiffType'; ...
27 'GoalsExactAchieve'; ...
28 'GradConstr'; ...
29 'GradObj'; ...
30 'HessFcn'; ...
31 'Hessian'; ...
32 'HessMult'; ...
33 'HessPattern'; ...
34 'HessUpdate'; ...
35 'InitialHessType'; ...
36 'InitialHessMatrix'; ...
37 'InitBarrierParam'; ...
38 'InitTrustRegionRadius'; ...
39 'Jacobian'; ...
40 'JacobMult'; ...
41 'JacobPattern'; ...
42 'LargeScale'; ...
43 'LevenbergMarquardt'; ...
44 'LineSearchType'; ...
45 'MaxNodes'; ...
46 'MaxPCGIter'; ...
47 'MaxProjCGIter'; ...
48 'MaxRLPIter'; ...
49 'MaxSQPIter'; ...
50 'MaxTime'; ...
51 'MeritFunction'; ...
52 'MinAbsMax'; ...
53 'NodeDisplayInterval'; ...
54 'NodeSearchStrategy'; ...
55 'NonlEqnAlgorithm'; ...
56 'NoStopIfFlatInfeas'; ...
57 'ObjectiveLimit'; ...
58 'PhaseOneTotalScaling'; ...
59 'Preconditioner'; ...
60 'PrecondBandWidth'; ...
61 'RelLineSrchBnd'; ...
62 'RelLineSrchBndDuration'; ...
63 'ScaleProblem'; ...
64 'Simplex'; ...
65 'SubproblemAlgorithm'; ...
66 'TolCon'; ...
67 'TolConSQP'; ...
68 'TolGradCon'; ...
69 'TolPCG'; ...
70 'TolProjCG'; ...
71 'TolProjCGAbs'; ...
72 'TolRLPFun'; ...
73 'TolXInteger'; ...
74 'TypicalX'; ...
0.02 1720 75 'UseParallel'};