{ "format_version": 1, "kind": "process", "name": "p277-sweep-gate", "description": "Fieldtest process: rank the axis grid by sqn (deflated), then keep only members with positive expectancy_r.", "pipeline": [ { "block": "std::sweep", "metric": "sqn", "select": "argmax", "deflate": true }, { "block": "std::gate", "all": [ { "metric": "expectancy_r", "cmp": "gt", "value": 0.0 } ] } ] }