hrntsm/Tunny

View on GitHub
Optuna/Storage/IOptunaStorage.cs

Summary

Maintainability
A
3 hrs
Test Coverage

Class IOptunaStorage has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

    public interface IOptunaStorage
    {
        // Basic study manipulation
        int CreateNewStudy(StudyDirection[] studyDirections, string studyName);
        void DeleteStudy(int studyId);
Severity: Minor
Found in Optuna/Storage/IOptunaStorage.cs - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status