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

Adapt TaylorModel accuracy parameters #33

Open lgeretti opened 8 years ago

lgeretti commented 8 years ago

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


TaylorModel accuracy, given by the maximum order and the sweep threshold, should be tuned based on the evolution. This is particularly true for the threshold, which depends on the scale of the variable(s). The best case would be to be able to tune them dynamically.


lgeretti commented 8 years ago

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


Looking into the possibility to set independent accuracy parameters for each TaylorModel and perform integration with no loss of such information.