initial_weight (320B)
1 # Initial weight 2 3 The [weight] in a [weighted_automaton] given to each [state] when beginning a [run] at this state; in a non-weighted [automaton], the [initial_states] would have weight 1 and the others would have weight 0 4 5 Can be represented as a [vector] of weights 6 7 Up: [automata_weighted] 8 9 Aliases: initial weights