public static function getInstance() { if (!self::$instance) { self::$instance = new NNFrameworkParameters(); } return self::$instance; }