File: t_LinearCombinationFunction_std.expout

package info (click to toggle)
openturns 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,708 kB
  • sloc: cpp: 261,605; python: 67,030; ansic: 4,378; javascript: 406; sh: 185; xml: 164; makefile: 101
file content (19 lines) | stat: -rw-r--r-- 2,022 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
myFunction=(0.3 * ([x1,x2]->[x1^3 * sin(x2 + 2.5 * x1) - (x1 + x2)^2 / (1.0 + x2^2),x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2),x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]) + 2.9 * ([x1,x2]->[exp(-x1 * x1 + x2) / cos(1.0 + x1 * x2 - x2),x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2),x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]))
Value at [1.2,2.3]=[60.9648,-48.4694,-2.81213]
Gradient at [1.2,2.3]=[[ 1131.92      60.5825     9.33388 ]
 [  173.785    -29.862     11.8593  ]]
Hessian at [1.2,2.3]=sheet #0
[[ 47396.4     6059.87   ]
 [  6059.87     688.309  ]]
sheet #1
[[   200.043    157.8    ]
 [   157.8       49.3346 ]]
sheet #2
[[    31.5381    20.194  ]
 [    20.194    -21.8682 ]]
Marginal 0=(0.3 * ([x1,x2]->[x1^3 * sin(x2 + 2.5 * x1) - (x1 + x2)^2 / (1.0 + x2^2)]) + 2.9 * ([x1,x2]->[exp(-x1 * x1 + x2) / cos(1.0 + x1 * x2 - x2)]))
Marginal 1=(0.3 * ([x1,x2]->[x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2)]) + 2.9 * ([x1,x2]->[x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2)]))
Marginal 2=(0.3 * ([x1,x2]->[x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]) + 2.9 * ([x1,x2]->[x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]))
Marginal (0,1)=(0.3 * ([x1,x2]->[x1^3 * sin(x2 + 2.5 * x1) - (x1 + x2)^2 / (1.0 + x2^2),x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2)]) + 2.9 * ([x1,x2]->[exp(-x1 * x1 + x2) / cos(1.0 + x1 * x2 - x2),x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2)]))
Marginal (0,2)=(0.3 * ([x1,x2]->[x1^3 * sin(x2 + 2.5 * x1) - (x1 + x2)^2 / (1.0 + x2^2),x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]) + 2.9 * ([x1,x2]->[exp(-x1 * x1 + x2) / cos(1.0 + x1 * x2 - x2),x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]))
Marginal (1,2)=(0.3 * ([x1,x2]->[x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2),x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]) + 2.9 * ([x1,x2]->[x2^3 * sin(x2 + 2.5 * x1) - (x2 + x1)^2 / (1.0 + x1^2),x1^3 * sin(x1 + 2.5 * x2) - (x2 + x1)^2 / (1.0 + x2^2)]))