hrntsm/Tunny

View on GitHub
Optuna/Study/MultiObjective.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetParetoFrontTrials2D has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        private static Trial.Trial[] GetParetoFrontTrials2D(List<Trial.Trial> trials, StudyDirection[] directions)
        {
            List<Trial.Trial> targetTrials = trials.FindAll(trial => trial.State == TrialState.COMPLETE);

            int nTrials = targetTrials.Count;
Severity: Minor
Found in Optuna/Study/MultiObjective.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status