chiark / gitweb /
curveopt: try simple, but no good
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Apr 2018 16:15:31 +0000 (17:15 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Apr 2018 16:15:31 +0000 (17:15 +0100)
commit7b5370bb5115b5179c4fb36093677330ef909e59
tree5e9ecbc159f6af3efda4e12e2494a00f774b81ca
parent35a742a8217c9b54eeea81a8e5c139295f528de8
curveopt: try simple, but no good

It seems to just shrink the simplex and then exit.  I think it doesn't
manage to find the narrow trench in configuration space in which
possible improvements lie.

Also tried gsl_multimin_fminimizer_nmsimplex but this is even slower
than siman.  So we will go back to siman now.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
curveopt.py
findcurve.c