Expand description
Score types for representing solution quality
Scores are used to compare solutions and guide the optimization process. All score types are immutable and implement arithmetic operations.
Structs§
- Bendable
Score - A score with a configurable number of hard and soft levels.
- Hard
Medium Soft Score - A score with hard, medium, and soft constraint levels.
- Hard
Soft Decimal Score - A score with separate hard and soft constraint levels, using i64 with ×100000 scaling.
- Hard
Soft Score - A score with separate hard and soft constraint levels.
- Score
Parse Error - Error when parsing a score from string
- Simple
Score - A simple score with a single integer value.
Enums§
- Score
Level - Score level representing different constraint priorities
Traits§
- Parseable
Score - Marker trait for scores that can be parsed from a string.
- Score
- Core trait for all score types in SolverForge.