MaxHalford/eaopt

View on GitHub
ga.go

Summary

Maintainability
A
40 mins
Test Coverage

Method GA.evolve has 6 return statements (exceeds 4 allowed).
Open

func (ga *GA) evolve() error {
    var start = time.Now()
    ga.Generations++

    // Migrate the individuals between the populations if there are at least 2
Severity: Major
Found in ga.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status