config2.json 607 B

123456789101112131415161718192021222324252627
  1. {
  2. "sceneWidth" : 10,
  3. "sceneLength" : 10,
  4. "numSensor" : 100,
  5. "numSubSensor" : 2,
  6. "CalibratedSensor" : [1,2],
  7. "numRef" : 4,
  8. "rdvR" : 0.3,
  9. "mvR" : 0.5,
  10. "calibrationMethods" : ["emnenmf"],
  11. "numRuns" : 1,
  12. "Bound_phen" : [0.05,0.35 , 0.05,0.35],
  13. "Mu_beta" : [2 , 2],
  14. "Mu_alpha" : [30 , 30],
  15. "Bound_beta" : [1,3 , 1,3],
  16. "Bound_alpha" : [20,40 , 20,40],
  17. "gamma" : 15,
  18. "noise" : Inf,
  19. "Tmax" : 30,
  20. "nu" : 12,
  21. "save2dat" : 1,
  22. "display" : 1,
  23. "delta_measure" : 1,
  24. "M_loop" : 50,
  25. "InnerMinIter" : 5,
  26. "InnerMaxIter" : 20
  27. }