hrntsm/Tunny

View on GitHub
Optuna/Sampler/CmaEsSampler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ToPython has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public dynamic ToPython(dynamic optuna, string storagePath, Dictionary<string, double> firstVariables)
        {
            Dictionary<string, double> x0 = UseFirstEggToX0 && firstVariables != null && firstVariables.Count > 0
                ? firstVariables
                : null;
Severity: Minor
Found in Optuna/Sampler/CmaEsSampler.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status