Interface ScoreCalculator<T extends Model>

    • Method Detail

      • calculateScore

        double calculateScore​(T network)
        Calculate the score for the given MultiLayerNetwork
      • minimizeScore

        boolean minimizeScore()
        Returns:
        If true: the score should be minimized. If false: the score should be maximized.