ariadne-cps / release-1.0

Frozen 1.0 release of the Ariadne C++ framework for cyber-physical systems
http://www.ariadne-cps.org
GNU General Public License v3.0
0 stars 0 forks source link

Check evolution invariance to scale #38

Open lgeretti opened 8 years ago

lgeretti commented 8 years ago

Originally reported by Luca Geretti (Bitbucket: lgeretti, GitHub: lgeretti)


Check whether the error during evolution scales proportionally to the scaling of the center.


lgeretti commented 8 years ago

Original comment by Luca Geretti (Bitbucket: lgeretti, GitHub: lgeretti)


The exponential decay function is dependent on the initial value and needs to be scaled accordingly. Decided to focus on a simple constant dynamics to see if there is any odd behavior.

lgeretti commented 8 years ago

Original comment by Luca Geretti (Bitbucket: lgeretti, GitHub: lgeretti)


Using the circle-unstable example, realized that the error roughly scales as expected. Going to check with a clean exponential decay function.