diff --git a/.github/workflows/build-component.yml b/.github/workflows/build-component.yml index b456cbe6..2b9b0a88 100644 --- a/.github/workflows/build-component.yml +++ b/.github/workflows/build-component.yml @@ -44,7 +44,7 @@ jobs: if: ${{ matrix.configuration == 'Release' }} # Only upload gha from a release build shell: powershell run: | - cp ./Samples ./Release/Samples -recurse + cp ./Examples ./Release/Examples -recurse cp ./LICENSE ./Release/LICENSE.txt cp ./PYTHON_PACKAGE_LICENSES ./Release/PYTHON_PACKAGE_LICENSES.txt cp ./Tunny/bin/Release/net48 ./Release/Tunny -recurse @@ -56,3 +56,4 @@ jobs: name: Tunny path: | ./Release + retention-days: 7 diff --git a/Samples/Grasshopper/Human-in-the-loop/Karamba3d_column_position_opt.gh b/Examples/Grasshopper/Human-in-the-loop/Karamba3d_column_position_opt.gh similarity index 100% rename from Samples/Grasshopper/Human-in-the-loop/Karamba3d_column_position_opt.gh rename to Examples/Grasshopper/Human-in-the-loop/Karamba3d_column_position_opt.gh diff --git a/Samples/Grasshopper/Human-in-the-loop/Vase_Shape_opt.gh b/Examples/Grasshopper/Human-in-the-loop/Vase_Shape_opt.gh similarity index 100% rename from Samples/Grasshopper/Human-in-the-loop/Vase_Shape_opt.gh rename to Examples/Grasshopper/Human-in-the-loop/Vase_Shape_opt.gh diff --git a/Examples/Grasshopper/Human-in-the-loop/facade.gh b/Examples/Grasshopper/Human-in-the-loop/facade.gh new file mode 100644 index 00000000..71801364 Binary files /dev/null and b/Examples/Grasshopper/Human-in-the-loop/facade.gh differ diff --git a/Samples/Grasshopper/categorical_optimization.gh b/Examples/Grasshopper/categorical_optimization.gh similarity index 100% rename from Samples/Grasshopper/categorical_optimization.gh rename to Examples/Grasshopper/categorical_optimization.gh diff --git a/Samples/Grasshopper/optimization_with_constraint.gh b/Examples/Grasshopper/optimization_with_constraint.gh similarity index 100% rename from Samples/Grasshopper/optimization_with_constraint.gh rename to Examples/Grasshopper/optimization_with_constraint.gh diff --git a/Samples/Grasshopper/optimization_with_initial_values.gh b/Examples/Grasshopper/optimization_with_initial_values.gh similarity index 100% rename from Samples/Grasshopper/optimization_with_initial_values.gh rename to Examples/Grasshopper/optimization_with_initial_values.gh diff --git a/Samples/Grasshopper/optimization_without_ui.gh b/Examples/Grasshopper/optimization_without_ui.gh similarity index 100% rename from Samples/Grasshopper/optimization_without_ui.gh rename to Examples/Grasshopper/optimization_without_ui.gh diff --git a/Samples/Grasshopper/sample.gh b/Examples/Grasshopper/sample.gh similarity index 100% rename from Samples/Grasshopper/sample.gh rename to Examples/Grasshopper/sample.gh diff --git a/Samples/Grasshopper/save_artifact_to_trial.gh b/Examples/Grasshopper/save_artifact_to_trial.gh similarity index 100% rename from Samples/Grasshopper/save_artifact_to_trial.gh rename to Examples/Grasshopper/save_artifact_to_trial.gh diff --git a/Samples/Python/compare_sampler.py b/Examples/Python/compare_sampler.py similarity index 100% rename from Samples/Python/compare_sampler.py rename to Examples/Python/compare_sampler.py diff --git a/Samples/Python/create_gif_animation.py b/Examples/Python/create_gif_animation.py similarity index 100% rename from Samples/Python/create_gif_animation.py rename to Examples/Python/create_gif_animation.py diff --git a/Samples/Python/create_storage.py b/Examples/Python/create_storage.py similarity index 100% rename from Samples/Python/create_storage.py rename to Examples/Python/create_storage.py diff --git a/Samples/Python/cull_trial.py b/Examples/Python/cull_trial.py similarity index 100% rename from Samples/Python/cull_trial.py rename to Examples/Python/cull_trial.py diff --git a/Samples/Python/plot.py b/Examples/Python/plot.py similarity index 100% rename from Samples/Python/plot.py rename to Examples/Python/plot.py diff --git a/Samples/Python/plot_with_coloring_of_results.py b/Examples/Python/plot_with_coloring_of_results.py similarity index 100% rename from Samples/Python/plot_with_coloring_of_results.py rename to Examples/Python/plot_with_coloring_of_results.py