Expand description
Cost functions for reduction path optimization.
Structs§
- Custom
Cost - Custom cost function from closure.
- Minimize
- Minimize a single output field.
- Minimize
Lexicographic - Lexicographic: minimize first field, break ties with subsequent.
- Minimize
Max - Minimize the maximum of specified fields.
- Minimize
Steps - Minimize number of reduction steps.
- Minimize
Weighted - Minimize weighted sum of output fields.
Traits§
- Path
Cost Fn - User-defined cost function for path optimization.