Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving Rhino independent files to Tunny.Core #250

Merged
merged 7 commits into from
Feb 20, 2024

Rename Optuna.Storage.IStorage to IOptunaStorage

c674cfe
Select commit
Loading
Failed to load commit list.
Merged

Moving Rhino independent files to Tunny.Core #250

Rename Optuna.Storage.IStorage to IOptunaStorage
c674cfe
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 20, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 2
           

Complexity increasing per file
==============================
- Tunny.Core/Handler/ProgressState.cs  1
- Tunny.Core/PostProcess/ModelResult.cs  1
- Tunny.Core/Settings/Sampler/CmaEs.cs  4
- Tunny.Core/Settings/Sampler/NSGAIII.cs  2
- Tunny.Core/Settings/Sampler/Random.cs  1
- Tunny.Core/Storage/JournalStorage.cs  3
- Tunny.Core/Input/VariableBase.cs  1
- Tunny.Core/Settings/Sampler/BoTorch.cs  2
- Tunny.Core/Settings/Sampler/QMC.cs  1
- Tunny.Core/Util/PythonInit.cs  1
- Tunny.Core/Settings/Storage.cs  6
- Tunny.CoreTests/Settings/TSettingsTests.cs  1
- Tunny.Core/Settings/TSettings.cs  2
- Tunny.Core/Settings/Plot.cs  1
- Tunny.Core/Input/CategoricalVariable.cs  1
- Tunny.Core/Storage/InMemoryStorage.cs  2
- Tunny.Core/Settings/Result.cs  1
- Tunny.Core/Storage/SqliteStorage.cs  3
- Tunny.Core/Settings/Sampler/Tpe.cs  2
- Tunny.Core/Util/TLog.cs  3
- Tunny.Core/Settings/Optimize.cs  1
- Tunny.Core/Handler/PythonInstaller.cs  3
- Tunny.Core/Util/TEnvVariables.cs  1
- Tunny.Core/Input/NumberVariable.cs  1
- Tunny.Core/Storage/StorageHandler.cs  5
- Tunny.Core/Input/Parameter.cs  2
- Tunny.Core/Settings/Sampler/NSGAII.cs  8
- Tunny.Core/Settings/Sampler/SamplerSettings.cs  8
         

Clones added
============
- Tunny.Core/Storage/JournalStorage.cs  1
- Tunny.Core/Storage/SqliteStorage.cs  1
         

See the complete overview on Codacy

Annotations

Check notice on line 9 in Tunny.CoreTests/Settings/TSettingsTests.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Tunny.CoreTests/Settings/TSettingsTests.cs#L9

Remove these redundant parentheses.

Check failure on line 21 in Tunny/Handler/OptimizeLoop.cs

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Tunny/Handler/OptimizeLoop.cs#L21

Change the visibility of 'Settings' or make it 'const' or 'readonly'.