Step runs one generation of the algorithm.
()
| 10 | type Algorithm interface { |
| 11 | // Step runs one generation of the algorithm. |
| 12 | Step() |
| 13 | |
| 14 | // Best returns the point group with the highest fitness. |
| 15 | Best() normgeom.NormPointGroup |
no outgoing calls