Hullaballoonatic
09/20/2018, 6:55 PMoverride fun toString(): String =
StringBuilder("$fitness : ").apply {
repeat(NUM_MUTABLE_ATTRIBUTES) { attribute ->
append(String.format("%.4f ", this[attribute]))
}
}.toString()