Skip to content

Commit

Permalink
Try fixing symengine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jun 5, 2024
1 parent 1e86b6e commit cff09f2
Show file tree
Hide file tree
Showing 14 changed files with 599 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

DEAL::2.0*s**2.2*(v_0**2 + v_1**2 + v_2**2)**3*(1.0*t_21*t_12 - 1.0*t_22*t_11)*(-1.0*t_20*(1.0*t_01*t_12 - 1.0*t_02*t_11) + 1.0*t_21*(1.0*t_00*t_12 - 1.0*t_02*t_10) - 1.0*t_22*(1.0*t_00*t_11 - 1.0*t_01*t_10))
DEAL::Value (subs): 2.91338e+13
DEAL::Value (lambda): 2.91338e+13
DEAL::Value (llvm): 2.91338e+13
Expand Down
13 changes: 13 additions & 0 deletions tests/symengine/basic_06.output.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

DEAL::C, Qi, Q(C)
DEAL::f_CQ_symb: 0.5*C**2*Qi
DEAL::df_CQ_dC_symb: 1.0*C*Qi
DEAL::df_CQ_dC_symb_subs: 1.0*C*Q(C)
DEAL::D2f_CQ_DC_dC_symb: 1.0*C*Derivative(Q(C), C) + 1.0*Q(C)
DEAL::f_CQ_subs: 37.5
DEAL::f_CQ_subs: eval: 37.5000
DEAL::df_CQ_dC: subs: 15.0
DEAL::df_CQ_dC: eval: 15.0000
DEAL::D2f_CQ_DC_dC: subs 1: 3.0 + 0.6*C
DEAL::D2f_CQ_DC_dC: subs 2: 6.0
DEAL::D2f_CQ_DC_dC: eval: 6.00000
13 changes: 13 additions & 0 deletions tests/symengine/basic_07.output.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

DEAL::C, Qi, Q(C)
DEAL::f_CQ_symb: 0.5*C**2*Qi
DEAL::df_CQ_dC_symb: 1.0*C*Qi
DEAL::df_CQ_dC_symb_subs: 1.0*C*Q(C)
DEAL::D2f_CQ_DC_dC_symb: 1.0*C*Derivative(Q(C), C) + 1.0*Q(C)
DEAL::f_CQ_subs: 187.5
DEAL::f_CQ_subs: eval: 187.500
DEAL::df_CQ_dC: subs: 75.0
DEAL::df_CQ_dC: eval: 75.0000
DEAL::D2f_CQ_DC_dC: subs 1: 6.0*C + 1.0*Qi
DEAL::D2f_CQ_DC_dC: subs 2: 45.0
DEAL::D2f_CQ_DC_dC: eval: 45.0000

Large diffs are not rendered by default.

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions tests/symengine/batch_optimizer_02_1a.output.release
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

DEAL:Scalar::Scalar values
DEAL:Scalar:Float::--------------------------------------------------------------------------------
DEAL:Scalar:Float::Scalar
DEAL:Scalar:Float::symb_s: 1.5 + 1.5*y/log(x) + 2.0*x**y + sin(0.666666666666667*x*y**2)
DEAL:Scalar:Float::symb_ds_dx: 2.0*x**(-1 + y)*y + 0.666666666666667*y**2*cos(0.666666666666667*x*y**2) - 1.5*y/(x*log(x)**2)
DEAL:Scalar:Float:Substitution::substitute: s: 11.2896853345375 ds_dx: 2.44062401525716
DEAL:Scalar:Float:Substitution::evaluation: s: 11.28968525 ds_dx: 2.440623999
DEAL:Scalar:Float:Optimisation + substitution::evaluation: s: 11.28968525 ds_dx: 2.440623999
DEAL:Scalar:Float::OK
DEAL:Scalar:Double::--------------------------------------------------------------------------------
DEAL:Scalar:Double::Scalar
DEAL:Scalar:Double::symb_s: 1.5 + 1.5*y/log(x) + 2.0*x**y + sin(0.666666666666667*x*y**2)
DEAL:Scalar:Double::symb_ds_dx: 2.0*x**(-1 + y)*y + 0.666666666666667*y**2*cos(0.666666666666667*x*y**2) - 1.5*y/(x*log(x)**2)
DEAL:Scalar:Double:Substitution::substitute: s: 11.2896853345375 ds_dx: 2.44062401525716
DEAL:Scalar:Double:Substitution::evaluation: s: 11.28968533 ds_dx: 2.440624015
DEAL:Scalar:Double:Optimisation + substitution::evaluation: s: 11.28968533 ds_dx: 2.440624015
DEAL:Scalar:Double::OK
DEAL:Tensor::Tensor values
DEAL:Tensor:Float::--------------------------------------------------------------------------------
DEAL:Tensor:Float::Tensor: Dim: 2
DEAL:Tensor:Float::symb_s: 1.5 + 1.5*(y_00*y_11 - y_01*y_10)*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 2.0*x**(y_00*y_11 - y_01*y_10) + sin(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01))
DEAL:Tensor:Float::symb_ds_dy: -1.5*y_11 + 1.5*y_11*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_00*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_11 1.5*y_10 - 1.5*y_10*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_10 1.5*y_01 - 1.5*y_01*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_01 -1.5*y_00 + 1.5*y_00*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_11*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_00
DEAL:Tensor:Float:Substitution::substitute: s: 733.14522057327 ds_dx: 1803.37506684305 ds_dy: 4021.22089917923 -2721.50016323639 -2073.1341017929 2076.40974260677 ds_dz: 1.67424568153838 1.97850294809826 1.97850294809826 2.6968452216256
DEAL:Tensor:Float:Substitution::evaluation: s: 733.1452026 ds_dx: 1803.375122 ds_dy: 4021.220947 -2721.500244 -2073.134033 2076.409668 ds_dz: 1.674245715 1.978502989 1.978502989 2.696845293
DEAL:Tensor:Float:Optimisation + substitution::evaluation: s: 733.1452026 ds_dx: 1803.375122 ds_dy: 4021.220947 -2721.500244 -2073.134033 2076.409668 ds_dz: 1.674245715 1.978502989 1.978502989 2.696845293
DEAL:Tensor:Float::OK
DEAL:Tensor:Double::--------------------------------------------------------------------------------
DEAL:Tensor:Double::Tensor: Dim: 2
DEAL:Tensor:Double::symb_s: 1.5 + 1.5*(y_00*y_11 - y_01*y_10)*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 2.0*x**(y_00*y_11 - y_01*y_10) + sin(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01))
DEAL:Tensor:Double::symb_ds_dy: -1.5*y_11 + 1.5*y_11*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_00*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_11 1.5*y_10 - 1.5*y_10*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_10 1.5*y_01 - 1.5*y_01*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_01 -1.5*y_00 + 1.5*y_00*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_11*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_00
DEAL:Tensor:Double:Substitution::substitute: s: 733.145160811002 ds_dx: 1803.37488238402 ds_dy: 4021.22068318209 -2721.5000393195 -2073.13387957114 2076.40954281835 ds_dz: 1.67425190103196 1.97851016739323 1.97851016739323 2.69685737072851
DEAL:Tensor:Double:Substitution::evaluation: s: 733.1451608 ds_dx: 1803.374882 ds_dy: 4021.220683 -2721.500039 -2073.133880 2076.409543 ds_dz: 1.674251901 1.978510167 1.978510167 2.696857371
DEAL:Tensor:Double:Optimisation + substitution::evaluation: s: 733.1451608 ds_dx: 1803.374882 ds_dy: 4021.220683 -2721.500039 -2073.133880 2076.409543 ds_dz: 1.674251901 1.978510167 1.978510167 2.696857371
DEAL:Tensor:Double::OK
DEAL::OK
36 changes: 36 additions & 0 deletions tests/symengine/batch_optimizer_02_1b.output.debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

DEAL:Scalar::Scalar values
DEAL:Scalar:Float::--------------------------------------------------------------------------------
DEAL:Scalar:Float::Scalar
DEAL:Scalar:Float::symb_s: 1.5 + 1.5*y/log(x) + 2.0*x**y + sin(0.666666666666667*x*y**2)
DEAL:Scalar:Float::symb_ds_dx: 2.0*x**(-1 + y)*y + 0.666666666666667*y**2*cos(0.666666666666667*x*y**2) - 1.5*y/(x*log(x)**2)
DEAL:Scalar:Float:Substitution::substitute: s: 11.2896853345375 ds_dx: 2.44062401525716
DEAL:Scalar:Float:Substitution::evaluation: s: 11.28968525 ds_dx: 2.440623999
DEAL:Scalar:Float:Optimisation + substitution::evaluation: s: 11.28968525 ds_dx: 2.440623999
DEAL:Scalar:Float::OK
DEAL:Scalar:Double::--------------------------------------------------------------------------------
DEAL:Scalar:Double::Scalar
DEAL:Scalar:Double::symb_s: 1.5 + 1.5*y/log(x) + 2.0*x**y + sin(0.666666666666667*x*y**2)
DEAL:Scalar:Double::symb_ds_dx: 2.0*x**(-1 + y)*y + 0.666666666666667*y**2*cos(0.666666666666667*x*y**2) - 1.5*y/(x*log(x)**2)
DEAL:Scalar:Double:Substitution::substitute: s: 11.2896853345375 ds_dx: 2.44062401525716
DEAL:Scalar:Double:Substitution::evaluation: s: 11.28968533 ds_dx: 2.440624015
DEAL:Scalar:Double:Optimisation + substitution::evaluation: s: 11.28968533 ds_dx: 2.440624015
DEAL:Scalar:Double::OK
DEAL:Tensor::Tensor values
DEAL:Tensor:Float::--------------------------------------------------------------------------------
DEAL:Tensor:Float::Tensor: Dim: 2
DEAL:Tensor:Float::symb_s: 1.5 + 1.5*(y_00*y_11 - y_01*y_10)*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 2.0*x**(y_00*y_11 - y_01*y_10) + sin(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01))
DEAL:Tensor:Float::symb_ds_dy: -1.5*y_11 + 1.5*y_11*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_00*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_11 1.5*y_10 - 1.5*y_10*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_10 1.5*y_01 - 1.5*y_01*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_01 -1.5*y_00 + 1.5*y_00*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_11*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_00
DEAL:Tensor:Float:Substitution::substitute: s: 733.14522057327 ds_dx: 1803.37506684305 ds_dy: 4021.22089917923 -2721.50016323639 -2073.1341017929 2076.40974260677 ds_dz: 1.67424568153838 1.97850294809826 1.97850294809826 2.6968452216256
DEAL:Tensor:Float:Substitution::evaluation: s: 733.1452026 ds_dx: 1803.375122 ds_dy: 4021.220947 -2721.500244 -2073.134033 2076.409668 ds_dz: 1.674245715 1.978502989 1.978502989 2.696845293
DEAL:Tensor:Float:Optimisation + substitution::evaluation: s: 733.1452026 ds_dx: 1803.375122 ds_dy: 4021.220703 -2721.500000 -2073.134033 2076.409668 ds_dz: 1.674248815 1.978506565 1.978506565 2.696851254
DEAL:Tensor:Float::OK
DEAL:Tensor:Double::--------------------------------------------------------------------------------
DEAL:Tensor:Double::Tensor: Dim: 2
DEAL:Tensor:Double::symb_s: 1.5 + 1.5*(y_00*y_11 - y_01*y_10)*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 2.0*x**(y_00*y_11 - y_01*y_10) + sin(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01))
DEAL:Tensor:Double::symb_ds_dy: -1.5*y_11 + 1.5*y_11*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_00*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_11 1.5*y_10 - 1.5*y_10*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_10 1.5*y_01 - 1.5*y_01*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_01 -1.5*y_00 + 1.5*y_00*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_11*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_00
DEAL:Tensor:Double:Substitution::substitute: s: 733.145160811002 ds_dx: 1803.37488238402 ds_dy: 4021.22068318209 -2721.5000393195 -2073.13387957114 2076.40954281835 ds_dz: 1.67425190103196 1.97851016739323 1.97851016739323 2.69685737072851
DEAL:Tensor:Double:Substitution::evaluation: s: 733.1451608 ds_dx: 1803.374882 ds_dy: 4021.220683 -2721.500039 -2073.133880 2076.409543 ds_dz: 1.674251901 1.978510167 1.978510167 2.696857371
DEAL:Tensor:Double:Optimisation + substitution::evaluation: s: 733.1451608 ds_dx: 1803.374882 ds_dy: 4021.220683 -2721.500039 -2073.133880 2076.409543 ds_dz: 1.674251901 1.978510167 1.978510167 2.696857371
DEAL:Tensor:Double::OK
DEAL::OK
36 changes: 36 additions & 0 deletions tests/symengine/batch_optimizer_02_2a.output.release
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

DEAL:Scalar::Scalar values
DEAL:Scalar:Float::--------------------------------------------------------------------------------
DEAL:Scalar:Float::Scalar
DEAL:Scalar:Float::symb_s: 1.5 + 1.5*y/log(x) + 2.0*x**y + sin(0.666666666666667*x*y**2)
DEAL:Scalar:Float::symb_ds_dx: 2.0*x**(-1 + y)*y + 0.666666666666667*y**2*cos(0.666666666666667*x*y**2) - 1.5*y/(x*log(x)**2)
DEAL:Scalar:Float:Substitution::substitute: s: 11.2896853345375 ds_dx: 2.44062401525716
DEAL:Scalar:Float:Substitution::evaluation: s: 11.28968525 ds_dx: 2.440623999
DEAL:Scalar:Float:Optimisation + substitution::evaluation: s: 11.28968525 ds_dx: 2.440623999
DEAL:Scalar:Float::OK
DEAL:Scalar:Double::--------------------------------------------------------------------------------
DEAL:Scalar:Double::Scalar
DEAL:Scalar:Double::symb_s: 1.5 + 1.5*y/log(x) + 2.0*x**y + sin(0.666666666666667*x*y**2)
DEAL:Scalar:Double::symb_ds_dx: 2.0*x**(-1 + y)*y + 0.666666666666667*y**2*cos(0.666666666666667*x*y**2) - 1.5*y/(x*log(x)**2)
DEAL:Scalar:Double:Substitution::substitute: s: 11.2896853345375 ds_dx: 2.44062401525716
DEAL:Scalar:Double:Substitution::evaluation: s: 11.28968533 ds_dx: 2.440624015
DEAL:Scalar:Double:Optimisation + substitution::evaluation: s: 11.28968533 ds_dx: 2.440624015
DEAL:Scalar:Double::OK
DEAL:Tensor::Tensor values
DEAL:Tensor:Float::--------------------------------------------------------------------------------
DEAL:Tensor:Float::Tensor: Dim: 2
DEAL:Tensor:Float::symb_s: 1.5 + 1.5*(y_00*y_11 - y_01*y_10)*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 2.0*x**(y_00*y_11 - y_01*y_10) + sin(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01))
DEAL:Tensor:Float::symb_ds_dy: -1.5*y_11 + 1.5*y_11*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_00*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_11 1.5*y_10 - 1.5*y_10*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_10 1.5*y_01 - 1.5*y_01*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_01 -1.5*y_00 + 1.5*y_00*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_11*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_00
DEAL:Tensor:Float:Substitution::substitute: s: 733.14522057327 ds_dx: 1803.37506684305 ds_dy: 4021.22089917923 -2721.50016323639 -2073.1341017929 2076.40974260677 ds_dz: 1.67424568153838 1.97850294809826 1.97850294809826 2.6968452216256
DEAL:Tensor:Float:Substitution::evaluation: s: 733.1452026 ds_dx: 1803.375122 ds_dy: 4021.220947 -2721.500244 -2073.134033 2076.409668 ds_dz: 1.674245715 1.978502989 1.978502989 2.696845293
DEAL:Tensor:Float:Optimisation + substitution::evaluation: s: 733.1452026 ds_dx: 1803.375122 ds_dy: 4021.220947 -2721.500244 -2073.134033 2076.409668 ds_dz: 1.674245715 1.978502989 1.978502989 2.696845293
DEAL:Tensor:Float::OK
DEAL:Tensor:Double::--------------------------------------------------------------------------------
DEAL:Tensor:Double::Tensor: Dim: 2
DEAL:Tensor:Double::symb_s: 1.5 + 1.5*(y_00*y_11 - y_01*y_10)*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 2.0*x**(y_00*y_11 - y_01*y_10) + sin(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01))
DEAL:Tensor:Double::symb_ds_dy: -1.5*y_11 + 1.5*y_11*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_00*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_11 1.5*y_10 - 1.5*y_10*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_10 1.5*y_01 - 1.5*y_01*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_01*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) - 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_01 -1.5*y_00 + 1.5*y_00*log((z_00**2 + 2*z_01**2 + z_11**2)/(y_00*y_11 - y_01*y_10)) + 0.666666666666667*z_11*cos(0.666666666666667*(z_00*y_00 + z_11*y_11 + 1.0*(y_01 + y_10)*z_01)) + 2.0*x**(y_00*y_11 - y_01*y_10)*log(x)*y_00
DEAL:Tensor:Double:Substitution::substitute: s: 733.145160811002 ds_dx: 1803.37488238402 ds_dy: 4021.22068318209 -2721.5000393195 -2073.13387957114 2076.40954281835 ds_dz: 1.67425190103196 1.97851016739323 1.97851016739323 2.69685737072851
DEAL:Tensor:Double:Substitution::evaluation: s: 733.1451608 ds_dx: 1803.374882 ds_dy: 4021.220683 -2721.500039 -2073.133880 2076.409543 ds_dz: 1.674251901 1.978510167 1.978510167 2.696857371
DEAL:Tensor:Double:Optimisation + substitution::evaluation: s: 733.1451608 ds_dx: 1803.374882 ds_dy: 4021.220683 -2721.500039 -2073.133880 2076.409543 ds_dz: 1.674251901 1.978510167 1.978510167 2.696857371
DEAL:Tensor:Double::OK
DEAL::OK
Loading

0 comments on commit cff09f2

Please sign in to comment.