From 08bbf88c662e704d5bb41e2b952dbd7bd0ab4538 Mon Sep 17 00:00:00 2001 From: Niko Date: Thu, 17 Aug 2023 18:26:00 +0200 Subject: [PATCH] fixing the parameters is working --- ActiveBOWeb/src/components/WeightTuner.vue | 3 ++- ActiveBOWeb/src/store/ControlStore.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ActiveBOWeb/src/components/WeightTuner.vue b/ActiveBOWeb/src/components/WeightTuner.vue index d2d8b3e..5b7e007 100644 --- a/ActiveBOWeb/src/components/WeightTuner.vue +++ b/ActiveBOWeb/src/components/WeightTuner.vue @@ -12,7 +12,6 @@ :min="-1" :max="1" :interval="0.01" - :disabled="store.weights_fixed[idx]" /> store.weights, diff --git a/ActiveBOWeb/src/store/ControlStore.js b/ActiveBOWeb/src/store/ControlStore.js index b269dde..cf5c091 100644 --- a/ActiveBOWeb/src/store/ControlStore.js +++ b/ActiveBOWeb/src/store/ControlStore.js @@ -24,6 +24,7 @@ export const useCStore = defineStore("Control Store", { "Expected Improvement", "Probability of Improvement", "Upper Confidence Bound", + "Preference Expected Improvement", ], nr_episodes: 50, nr_runs: 10,