.codeclimate.json | |
|
|
.editorconfig | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug-report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/featura-request.yml | |
|
|
.github/pull_request_template.md | |
|
|
.github/workflows/build-component.yml | |
|
|
.github/workflows/code-ql.yml | |
|
|
.github/workflows/test-and-coverage.yml | |
|
|
.gitignore | |
|
|
.gitmodules | |
|
|
.vscode/launch.json | |
|
|
.vscode/settings.json | |
|
|
.vscode/tasks.json | |
|
|
CHANGELOG.md | |
|
|
CITATION.cff | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Examples/Grasshopper/Human-in-the-loop/Karamba3d_column_position_opt.gh | |
|
|
Examples/Grasshopper/Human-in-the-loop/Vase_Shape_opt.gh | |
|
|
Examples/Grasshopper/Human-in-the-loop/facade.gh | |
|
|
Examples/Grasshopper/Optimization/categorical_optimization.gh | |
|
|
Examples/Grasshopper/Optimization/optimization_with_constraint.gh | |
|
|
Examples/Grasshopper/Optimization/optimization_with_initial_values.gh | |
|
|
Examples/Grasshopper/Optimization/optimization_without_ui.gh | |
|
|
Examples/Grasshopper/Optimization/result_handling_example.gh | |
|
|
Examples/Grasshopper/Optimization/save_artifact_to_trial.gh | |
|
|
Examples/Python/compare_sampler.py | 67 | A 0 mins |
|
Examples/Python/create_gif_animation.py | 33 | A 0 mins |
|
Examples/Python/create_storage.py | 16 | A 0 mins |
|
Examples/Python/cull_trial.py | 22 | A 0 mins |
|
Examples/Python/plot.py | 43 | B 6 hrs |
|
Examples/Python/plot_with_coloring_of_results.py | 69 | C 7 hrs |
|
LICENSE | |
|
|
Optuna/Artifacts/Artifacts.cs | 38 | A 0 mins |
|
Optuna/Dashboard/Handler.cs | 87 | A 0 mins |
|
Optuna/Dashboard/HumanInTheLoop/HumanInTheLoopBase.cs | 69 | A 0 mins |
|
Optuna/Dashboard/HumanInTheLoop/HumanSliderInput.cs | 85 | A 0 mins |
|
Optuna/Dashboard/HumanInTheLoop/Preferential.cs | 52 | A 0 mins |
|
Optuna/Dashboard/HumanInTheLoop/Python/running_trials_length.py | 7 | A 0 mins |
|
Optuna/Optuna.csproj | |
|
|
Optuna/Pruner/HyperbandPruner.cs | 35 | A 0 mins |
|
Optuna/Pruner/IPruner.cs | 7 | A 0 mins |
|
Optuna/Pruner/MedianPruner.cs | 28 | A 0 mins |
|
Optuna/Pruner/NopPruner.cs | 10 | A 0 mins |
|
Optuna/Pruner/PatientPruner.cs | 26 | A 0 mins |
|
Optuna/Pruner/PercentilePruner.cs | 32 | A 0 mins |
|
Optuna/Pruner/SuccessiveHalvingPruner.cs | 35 | A 0 mins |
|
Optuna/Pruner/ThresholdPruner.cs | 29 | A 0 mins |
|