Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Candidate ¶
type Candidate struct {
ID string
Intelligence float64
Speed float64
// Cost is a relative cost metric derived from pricing (higher means
// more expensive). When zero, cost information is either unknown or
// intentionally omitted.
Cost float64
}
Candidate represents a model scored along multiple dimensions.
Click to show internal directories.
Click to hide internal directories.