backend.solver_params
Classes
The set of solver parameters supported in the motile plugin. |
Module Contents
- class backend.solver_params.SolverParams(/, **data: Any)
Bases:
pydantic.BaseModel
The set of solver parameters supported in the motile plugin. Used to build the UI as well as store parameters for runs.
- max_edge_distance: float
- max_children: int
- edge_selection_cost: float | None
- appear_cost: float | None
- division_cost: float | None
- distance_cost: float | None
- iou_cost: float | None