]> AND Private Git Repository - desynchronisation-controle.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
qqelques modif en dev
authorJean-François Couchot <couchot@couchot.iut-bm.univ-fcomte.fr>
Thu, 28 Nov 2013 08:03:46 +0000 (09:03 +0100)
committerJean-François Couchot <couchot@couchot.iut-bm.univ-fcomte.fr>
Thu, 28 Nov 2013 08:03:46 +0000 (09:03 +0100)
1  2 
exp_controle_asynchrone/simulMWSN.py

index 8bbeddb23f5f6772df28d180efbc2f9706a179c7,4844593705e7776e1bbc936dfd621a089fbb6a28..bf174629478e737918827f3b6bc0c04d2bdc5805
@@@ -442,9 -453,21 +453,22 @@@ def initialisation()
  
  
  
- def __evalue_maj_theta__():
+ def initialisation_():
+     global u, v, la, w, theta , q,  Ps, Rh,  eta, x,init 
+     fd = open(fichier_init,"r")
+     l= fd.readline()
+     init_p = eval(l)
+     print init_p
+     theta = omega
+     (q,Ps,Rh,eta,x,u,v,la,w) = tuple([deepcopy(x) for x in init_p])
+     init = [deepcopy(q),deepcopy(Ps),deepcopy(Rh),deepcopy(eta),
+             deepcopy(x),deepcopy(u),deepcopy(v),deepcopy(la),deepcopy(w)]
+ def __evalue_maj_theta__(nbexp,out=False):
      global u, v, la, w, theta , q,  Ps, Rh,  eta, x, valeurFonctionDuale 
 +    nbexp = 10
      res = {}
      m = []
      itermax = 100000