JuliaHomotopyContinuation/HomotopyContinuation.jl: v0.7.0
Authors/Creators
- 1. Max-Planck-Institute for Mathematics in the Sciences Leipzig
- 2. MIT
- 3. ICTEAM, UCL
Description
This is a very exciting release for us. We changed a lot of internals and restructured the solve command and changed our end game strategy. As a a result we do not any more compute the solutions in two separate stages. For you this means faster computations, better progress report and the possibility to interrupt computations without losing everything!
Additionally we now also support the solution of overdetermined systems. We consider this in a beta stage, so if you have any feedback let us know!
We also updated the content at our homepage, so make your to take a look.
If you encounter any problems, please open an issue.
New Features- Possibility to interrupt computations with ctrl-c
- Better progress meter in solve
- Solve overdetermined system by randomization and post-processing
- Possibility to track paths in affine space rather than projective space
- A better api to change parameters in parameter homotopies
- New endgame routine and therefore new keyword arguments
- We have an all new
PathTrackerobject to track the single path, the previousPathTrackeris now calledCoreTrackerand has acoretracker_startsolutionsto construct it. The newPathTrackertakes care of not only tracking but also singular solutions and diverging paths
Files
JuliaHomotopyContinuation/HomotopyContinuation.jl-v0.7.0.zip
Files
(167.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:fa98838e436ce323ef10d59b0afe1c44
|
167.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/tree/v0.7.0 (URL)