Closed jwidauer closed 6 years ago
It does break compatibility, but if its just renaming stuff then it shouldn't be too hard to change.
Closing this now, since I created a release for compatibility reasons. If there are problems regarding these syntax changes, the release can always be referenced and the submodule can be locked to that release.
This PR implements some small syntax changes, to make the naming more consistent and understandable. The main changes are:
setDistParam(...)
->setDistributionParameters(...)
setMeasurementParameters(...)
/setSystemParameters(...)
->setModelParameters(...)
getMeasurementNoiseDim()
/getSystemNoiseDim()
->getNoiseDim()
getMeasurementNoise()
/getSystemNoise()
->getNoise()