pylbfgs icon indicating copy to clipboard operation
pylbfgs copied to clipboard

:mountain_cableway: Python/Cython wrapper for liblbfgs

Results 3 pylbfgs issues
Sort by recently updated
recently updated
newest added

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.17.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.17.0 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If...

dependencies

Currently, it is not possible to react on LBFGS errors in a meaningful way: Quite some errors (eg LBFGSERR_MAXIMUMITERATION) wouldn't render the result completely useless - one might be still...

@wolfgang-noichl, I think you want to used [fused types](http://stackoverflow.com/a/28112966/98080) to support both 32 and 64 bit systems. If you get that working, I'll merge it into master.