Skip to content

Commit

Permalink
Merge pull request #227 from hrntsm/fix/run-preferential-opt-exist
Browse files Browse the repository at this point in the history
Fix/run preferential opt exist
  • Loading branch information
hrntsm authored Jan 23, 2024
2 parents e5384d8 + 2d4b8fa commit af0bf80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public dynamic CreateStudy(int nGenerate, string studyName, dynamic storage, str
n_generate: nGenerate,
study_name: name,
sampler: preferentialGPSampler(),
storage: storage
storage: storage,
load_if_exists: true
);
dynamic registerPreferenceFeedbackComponent = _importedLibrary.Get("register_preference_feedback_component");
_userAttrKey = objectiveName;
Expand Down

0 comments on commit af0bf80

Please sign in to comment.