# | Min | Max | Fitness |
---|---|---|---|
{{$index + 1}} | {{statistic.fitness[$index].toString()}} | ||
{{getTotal(statistic.min) | currency}} | {{getTotal(statistic.max) | currency}} |
{{$index+1}} iteration: {{m}}
# | Decimal | Binary | Fitness |
---|---|---|---|
{{$index + 1}} | {{best.decimals[$index]}} | {{best.binaries[$index]}} | {{best.fitness[$index]}} |
{{getTotal(best.decimals) | currency}} | Effect is {{best.bigFit}} |