Releases: adtzlr/contique
Releases · adtzlr/contique
v0.1.7 Allow overshoot of final control component
If the control component changes during a cycle but the final control component is within a valid range of overshoot, then no re-cycle of a step is performed. This should prevent Errors due to "cyclic permutations" of the control component until max. numbers of cycles is reached:
- Cycle 1, Control -1 to +2
- Cycle 2, Control +2 to -4
- Cycle 3, Control -4 to -7
- Cycle 4, Control -7 to -1
- ...
v0.1.6 Corrected typo in README (newton tol.)
version 0.1.6
v0.1.5 Re-add number of newton iterations to print statements
- adapt README for new print statements
- raise to version 0.1.5
v0.1.4 Smaller print statements during numerical continuation
- smaller information of step/cycle/converged
- initial
res
object now containsjac
- moved all print statements from solver.py to printinfo.py
- calculate final
jac
in newtonrhapson.py - added 2 new examples
Initial Release 0.1.0
v0.1.0 Update README.md