package genetic import ( "gonum.org/v1/gonum/mat" ) type PopulationVerifier interface { Verify(Population) *mat.Dense }