Add optuna hub force reload #170
Annotations
10 warnings
test:
Optuna/Storage/IOptunaStorage.cs#L31
In virtual/interface member IOptunaStorage.SetTrialIntermediateValue(int, int, double), rename parameter step so that it no longer conflicts with the reserved language keyword 'Step'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
test:
Tunny/Component/Util/FishMarket.cs#L86
The variable 'countY' is assigned but its value is never used
|
test:
Tunny/Solver/Algorithm.cs#L186
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
test:
Tunny/Component/Util/FishMarket.cs#L86
The variable 'countY' is assigned but its value is never used
|
test:
Tunny/Solver/Algorithm.cs#L186
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
test:
Optuna/Storage/IOptunaStorage.cs#L31
In virtual/interface member IOptunaStorage.SetTrialIntermediateValue(int, int, double), rename parameter step so that it no longer conflicts with the reserved language keyword 'Step'. Using a reserved keyword as the name of a parameter on a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
test:
Tunny/Component/Util/FishMarket.cs#L86
The variable 'countY' is assigned but its value is never used
|
test:
Tunny/Solver/Algorithm.cs#L186
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
test:
Tunny/Component/Util/FishMarket.cs#L86
The variable 'countY' is assigned but its value is never used
|
test:
Tunny/Solver/Algorithm.cs#L186
The behavior of 'PyObject.ToString()' could vary based on the current user's locale settings. Replace this call in 'Algorithm.SetResultValues(int, StudyWrapper, Parameter[])' with a call to 'PyObject.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|