public BackpropagationContainer(GameResult gameResult, List <IMove> pathToResult) { this.gameResult = gameResult; this.pathToResult = pathToResult; }