JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
186 stars 30 forks source link

Replace FixedPolySystem and extract Homotopy #24

Closed saschatimme closed 7 years ago

saschatimme commented 7 years ago

I create a similar package FixedPolynomials which I plan to publish soon. It features a brand new evaluation algorithm which is up to seven times faster in my benchmarks (and even more for polynomials with higher degrees). I also think we should extract the Homotopy module in a standalone package under the JuliaHomotopyContinuation organization.

It is probably the best to make these two changes at once. My plan is to get to this within the next 1-2 weeks.

saschatimme commented 7 years ago

solved with #25