Skip to content

Improved user-specified abort conditions #102

@KOVALW

Description

@KOVALW

Rather than terminating on the first death, there should be an improved run stop variable that users can quickly use for specifying termination behavior. For example, this may look like:

{..
  "termination_conditions": {
    "first_n_deaths": {
      "abort_run_when_met": true,
      "n": 1
    },
    "first_n_hospitalizations": {
      "abort_run_when_met": false
    }
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions