Skip to content

Releases: jwscook/WindingNelderMead.jl

Fix regression introduced in previous release

31 May 11:12
e803df0
Compare
Choose a tag to compare

Add functionality to find the location of a root from a linear fit to the values on a simplex.

The regression introduced before wasn't caught by the tests because the objective functions was simplex x[1] + im * x[2] - root so that the vertex positions were the same as the values.

THIS IS BUGGED. Can't discern roots form poles in 1D

13 May 17:48
0385843
Compare
Choose a tag to compare

Although it's possible to discern a root from a pole in 2D, it is not in 1D. It's only possible to tell whether a root or a pole is there or not. Hence the returned winding number is an unsigned int in 1D.

Type parameters fix

26 Nov 13:20
3aeb8f1
Compare
Choose a tag to compare

Fix type parameters

v0.1.1

26 Nov 13:19
Compare
Choose a tag to compare

Bug fix for winding number sign

Winding Nelder Mead

25 Apr 18:29
Compare
Choose a tag to compare

Find complex roots using the Nelder-Mead method combined with the winding number technique.