config.json 638 B

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