TSGL: create separate module for adaptive controllers
* Provides three adaptive controllers:
none (constant step size) size (adapt the size) both (adapt both size and order)
The last is almo
TSGL: create separate module for adaptive controllers
* Provides three adaptive controllers:
none (constant step size) size (adapt the size) both (adapt both size and order)
The last is almost always more efficient. These are fully user-extensible, though the interface is not well-documented except in the code.
* Introduce the idea of an acceptance test (independent from order/step adaptivity). Currently the only implementation is "always accept". This is also user-extensible, but just as a function (so the user is responsible for managing any state that is needed).
Hg-commit: 5f799810bf0590933e3c3d071b2f756ce71c1287
show more ...
|