Eric Jacobsen
Eric Jacobsen
FWIW, this syntax worked for me, installing with Pip. This tells pip to use branch "issue191". There is probably an equivalent syntax for requirements.txt. `pip install --editable git+https://github.com/scikit-learn-contrib/py-earth@issue191#egg=pyearth` then to...
Hi Pavel, thanks for reviewing. I agree that people may rely on the output and it should be unaltered. (And yes the output was too verbose, I should have only...
For what it is worth, using NLOPT_AUGLAG with the local solver NLOPT_LN_NEWUOA or NLOPT_LN_BOBYQA, can solve this problem in about 28000 evaluations, in about 90 seconds on my machine, with...
Thanks Francesco, I will check it out. On Sun, Apr 9, 2017 at 5:14 PM Francesco Biscani wrote: > @ericjster btw, shameless plug, but if you > might find our...