Changeset 990 for trunk/sample/optimization
- Timestamp:
- May 28, 2016, 2:21:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/optimization/sample_optimize2.mso
r949 r990 28 28 29 29 SET 30 pi = 4*atan(1) ;30 pi = 4*atan(1)/'rad'; 31 31 32 32 MINIMIZE … … 38 38 AbsoluteAccuracy=1e-6, 39 39 RelativeAccuracy=1e-4, 40 Objtol = 1e-6, 41 #File = "ipopt_emso", hessian_approximation = "exact" 42 #File = "complex" 43 #File = "optpp_emso" 40 #File = "ipopt_emso", hessian_approximation = "exact" 41 #File = "complex" 42 #File = "optpp_emso" 43 #File = "arshj" 44 #File = "PSO" 44 45 File = "direct", MinimumRectangle=1e-4,MaxEvals=5000 45 46 ); … … 60 61 AbsoluteAccuracy=1e-6, 61 62 RelativeAccuracy=1e-4, 62 Objtol = 1e-6, 63 #File = "ipopt_emso", hessian_approximation = "exact" 64 #File = "complex" 65 #File = "optpp_emso" 63 #File = "ipopt_emso", hessian_approximation = "exact" 64 #File = "complex" 65 #File = "optpp_emso" 66 #File = "arshj" 67 #File = "PSO" 66 68 File = "direct", MinimumRectangle=1e-4,MaxEvals=5000 67 69 ); … … 84 86 AbsoluteAccuracy=1e-6, 85 87 RelativeAccuracy=1e-4, 86 Objtol = 1e-6, 87 #File = "ipopt_emso", hessian_approximation = "exact" 88 #File = "complex" 89 #File = "optpp_emso" 88 #File = "ipopt_emso", hessian_approximation = "exact" 89 #File = "complex" 90 #File = "optpp_emso" 91 #File = "arshj" 92 #File = "PSO" 90 93 #File = "direct", MinimumRectangle=1e-4,MaxEvals=5000 91 94 File = "direct", MinimumRectangle=1e-10,Epsilon=1e-2,MaxEvals=10000 … … 105 108 AbsoluteAccuracy=1e-6, 106 109 RelativeAccuracy=1e-4, 107 Objtol = 1e-6, 108 #File = "ipopt_emso", hessian_approximation = "exact" 109 #File = "complex" 110 #File = "optpp_emso" 110 #File = "ipopt_emso", hessian_approximation = "exact" 111 #File = "complex" 112 #File = "optpp_emso" 113 #File = "arshj" 114 #File = "PSO" 111 115 File = "direct", MinimumRectangle=1e-4,MaxEvals=5000 112 116 ); … … 133 137 AbsoluteAccuracy=1e-6, 134 138 RelativeAccuracy=1e-4, 135 Objtol = 1e-6, 136 #File = "ipopt_emso", hessian_approximation = "exact" 137 #File = "complex" 138 #File = "optpp_emso" 139 #File = "ipopt_emso", hessian_approximation = "exact" 140 #File = "complex" 141 #File = "optpp_emso" 142 #File = "arshj" 143 #File = "PSO" 139 144 File = "direct", MinimumRectangle=1e-5,Epsilon=1e-1,MaxEvals=10000 140 145 ); … … 155 160 AbsoluteAccuracy=1e-6, 156 161 RelativeAccuracy=1e-4, 157 Objtol = 1e-6, 158 #File = "ipopt_emso", hessian_approximation = "exact" 159 #File = "complex" 160 #File = "optpp_emso" 162 #File = "ipopt_emso", hessian_approximation = "exact" 163 #File = "complex" 164 #File = "optpp_emso" 165 #File = "arshj" 166 #File = "PSO" 161 167 File = "direct", MinimumRectangle=1e-4,Epsilon=1e-1,MaxEvals=10000 162 168 ); … … 175 181 176 182 SET 177 pi = 4*atan(1) ;183 pi = 4*atan(1)/'rad'; 178 184 179 185 MINIMIZE … … 184 190 AbsoluteAccuracy=1e-6, 185 191 RelativeAccuracy=1e-4, 186 Objtol = 1e-6, 187 #File = "ipopt_emso", hessian_approximation = "exact" 188 #File = "complex" 189 #File = "optpp_emso" 192 #File = "ipopt_emso", hessian_approximation = "exact" 193 #File = "complex" 194 #File = "optpp_emso" 195 #File = "arshj" 196 #File = "PSO" 190 197 File = "direct", MinimumRectangle=1e-8,Epsilon=1e-1,MaxEvals=20000 191 198 ); … … 208 215 AbsoluteAccuracy=1e-6, 209 216 RelativeAccuracy=1e-4, 210 Objtol = 1e-6, 211 #File = "ipopt_emso", hessian_approximation = "exact" 212 #File = "complex" 213 #File = "optpp_emso" 217 #File = "ipopt_emso", hessian_approximation = "exact" 218 #File = "complex" 219 #File = "optpp_emso" 220 #File = "arshj" 221 #File = "PSO" 214 222 File = "direct", MinimumRectangle=1e-8,Epsilon=1e-3,MaxEvals=30000 215 223 );
Note: See TracChangeset
for help on using the changeset viewer.