Vixen
02b45cc4
csharp
public record class CandidateVerdict

What placement decided about one candidate, and why.

Read the guide page for this →

Fields and properties (5)

  • public ShardId Shard

    Which candidate.

  • public PlacementFilter Excluded

    The filter that rejected it, or None.

  • public double Score

    Its total, when it was scored.

  • public IReadOnlyList<ScoreTerm> Terms

    Where the total came from.

  • public bool WasScored

    Whether this candidate was scored at all.

Methods (2)

  • public CandidateVerdict(ShardId Shard, PlacementFilter Excluded, double Score, IReadOnlyList<ScoreTerm> Terms)

    What placement decided about one candidate, and why.

  • public override string ToString()

    Returns a string that represents the current object.

Used by (3)

  • PlacementDecisionVixen.Live.Orchestrator
  • PlacementDirectorVixen.Live.Orchestrator
  • PlacementDirectorTestsVixen.Live.Orchestrator.Tests