Xb = array([1., 1., 1.])
Yobs = array([57, 2, 3, 17, 192])
#
-print("Iterative resolution of the calibration problem")
-print("-----------------------------------------------")
+print("Variational resolution of the calibration problem")
+print("-------------------------------------------------")
print("")
from adao import adaoBuilder
case = adaoBuilder.New('')
-Iterative resolution of the calibration problem
------------------------------------------------
+Variational resolution of the calibration problem
+-------------------------------------------------
Intermediate state at the current iteration: [1. 1. 1.]
Intermediate state at the current iteration: [1.99739508 1.07086406 1.01346638]
Xb = array([1., 1., 1.])
Yobs = array([57, 2, 3, 17, 192])
#
-print("Résolution itérative du problème de calage")
-print("------------------------------------------")
+print("Résolution variationnelle du problème de calage")
+print("-----------------------------------------------")
print("")
from adao import adaoBuilder
case = adaoBuilder.New('')
-Résolution itérative du problème de calage
-------------------------------------------
+Résolution variationnelle du problème de calage
+-----------------------------------------------
État intermédiaire en itération courante : [1. 1. 1.]
État intermédiaire en itération courante : [1.99739508 1.07086406 1.01346638]