package alg type Alg interface { New() Train() }