This repository contains the implementation of defining Gaussian processes on hypertoroidal manifolds. Detailed information can be found in our paper on arXiv.
The work has been publlished on 2024 European Control Conference (ECC).
Thank you for citing our paper if you use any of this code:
@InProceedings{ECC24_Cao,
title={Gaussian Process on the Product of Directional Manifolds},
author={Cao, Ziyu and Li, Kailai},
booktitle={Proceedings of the 2024 European Control Conference},
month={June},
year={2024}
}
- For the example of the Gaussian process on the unit circle, run the script
examples/GPonCircleExample.m
. - For the example of the Gaussian process on the hypertorus, first run the script
examples/recursiveLocalizationTraining.m
and thenexamples/recursiveLocalizationTest.m
for training data and testing, respectively.
Ziyu Cao (email: [email protected])
Kailai Li (email: [email protected])
The source code is released under GPLv3 license.
We are constantly working on improving our code. For any technical issues, please contact Ziyu Cao ([email protected]).