Elimination

io.github.pidoveproject.showdown.protocol.server.tournament.TournamentGenerator.Elimination
final case class Elimination(maxLoss: Count)

Elimination BO tree.

Value parameters

maxLoss

the max number of loss before loosing a BO

Attributes

Source
TournamentGenerator.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product