kratsg / optimization

Code for optimizing simple n-tuples
http://giordonstark.com/
MIT License
7 stars 9 forks source link

Example JSON dict usage #2

Closed kratsg closed 9 years ago

kratsg commented 9 years ago
[
{
    "branch": "multiplicity_jet",
    "min": 2,
    "max": "...",
    "stepSize": 1
  },
  {
    "branch": "pt_jet_rc8_1",
    "min": 50.0,
    "max": 250.0,
    "stepSize": 2.5
  },
]
kratsg commented 9 years ago

Implemented.