Published February 1, 2019
| Version v0.5.0
Software
Open
JuliaHomotopyContinuation/HomotopyContinuation.jl: v0.5.0
Authors/Creators
- 1. Max-Planck-Institute for Mathematics in the Sciences Leipzig
- 2. MIT
- 3. ICTEAM, UCL
Description
Version 0.5 contains several performance improvements as well as a big restructuring of the internals:
- We have a brand new adaptive step size control which should result in ca 30% faster path tracking. Additionally the
PathTrackerdoesn't not allocate anymore during path tracking. (#161) - The condition number estimates in path results should now better reflect the conditioning of the solutions.
- The
PathTrackernow keeps track of the condition number at the solution (#171) - It is now possible to use compositions of polynomial maps as input (#172)
- We removed all internal modules. If you previously relied on methods from any internal modules (e.g.
PathTrackingorMonodromy) you should be able to just use these now without the module prefix. (#181 )
Files
JuliaHomotopyContinuation/HomotopyContinuation.jl-v0.5.0.zip
Files
(167.0 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e37cc3b7631893f6e01672c74d20ea5e
|
167.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaHomotopyContinuation/HomotopyContinuation.jl/tree/v0.5.0 (URL)