Closed pen9u1nlee closed 2 years ago
Hi!
There are two things worth mentioning. First, in the repository here https://github.com/andreea-alexandru/swift-private-data-driven-control (but with the same description for running it), there is a better version of roughly the same problem. Second, there have been tremendous improvements in more recent PALISADE versions, both in terms of substantial low-level optimizations and user-friendliness. So I suggest that if you want to implement your own project, you use a newer version.
Hope this helps!
Thanks for your reply! It works!
Hello Dr Alexandru, I have some troubles in running this repo. My steps are listed below:
CmakeLists.User.txt
is copied to this repo's root directory and configured following the README in PALISADE.#include "../../core/lib/math/matrix.cpp"
inPlant.h
are fixed locally with#include "matrix.cpp"
.However errors occur upon making executables and there are some questions:
ckks.cpp
which is included inckks-impl.cpp
? I didn't find it neither in PALISADE nor in this repo.Fantastic Data-driven Predictive Control work by the way :)