-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathopt03_output.txt
More file actions
136 lines (101 loc) · 3.69 KB
/
opt03_output.txt
File metadata and controls
136 lines (101 loc) · 3.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
>> opt03_run
---------------------------------------------------------
NEWTON applied to F,G,H optimization system:
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = 8.000000
Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 8 function/gradient evaluations
Newton produced (6.9314718e-01)
Value of F(X) = 1.5777218e-30
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = 3.000000
Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 10 function/gradient evaluations
Newton produced (4.4004986e-01)
Value of F(X) = 1.6389928e+00
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = -1.000000
Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 11 function/gradient evaluations
Newton produced (4.4743984e-02)
Value of F(X) = 6.9764611e+00
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = -4.000000
Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 12 function/gradient evaluations
Newton produced (-3.7192873e-01)
Value of F(X) = 1.6434978e+01
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = -8.000000
Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 13 function/gradient evaluations
Newton produced (-7.9148634e-01)
Value of F(X) = 4.1144822e+01
---------------------------------------------------------
Start X0 = 0.500000
Parameter P = 3.000000
Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 6 function/gradient evaluations
Newton produced (4.4004986e-01)
Value of F(X) = 1.6389928e+00
---------------------------------------------------------
Gauss-Newton applied to RES, JAC nonlinear least squares system:
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = 8.000000
Gauss Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 6 function/gradient evaluations
Gauss-Newton produced (6.9314718e-01)
Norm of RES(X) = 5.8039062e-13
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = 3.000000
Gauss Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 12 function/gradient evaluations
Gauss-Newton produced (4.4004986e-01)
Norm of RES(X) = 1.8105208e+00
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = -1.000000
Gauss Newton:
Used the maximum number of function evaluations.
Optimization required 30 function/gradient evaluations
Gauss-Newton produced (4.4743984e-02)
Norm of RES(X) = 3.7353611e+00
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = -4.000000
Gauss Newton:
Used the maximum number of function evaluations.
Optimization required 30 function/gradient evaluations
Gauss-Newton produced (-3.0438566e-01)
Norm of RES(X) = 5.7365990e+00
---------------------------------------------------------
Start X0 = 1.000000
Parameter P = -8.000000
Gauss Newton:
Used the maximum number of function evaluations.
Optimization required 30 function/gradient evaluations
Gauss-Newton produced (3.2924827e+00)
Norm of RES(X) = 1.9507247e+04
---------------------------------------------------------
Start X0 = 0.500000
Parameter P = 3.000000
Gauss Newton:
Gradient is within tolerance, x likely a local optimum.
Optimization required 10 function/gradient evaluations
Gauss-Newton produced (4.4004986e-01)
Norm of RES(X) = 1.8105208e+00