aboutsummaryrefslogtreecommitdiff
path: root/nlsolve.c
Commit message (Collapse)AuthorAge
* {nl,ps}solve: eliminate const warningsAnton Khirnov2023-01-11
|
* Remove disabled and pointless OpenCL support.Anton Khirnov2022-09-16
|
* Switch to external threadpool library.Anton Khirnov2020-07-26
|
* nlsolve: take the absolute value of delta in the divergence checkAnton Khirnov2020-01-30
| | | | | Also, reduce the bound from 1e18 to 1e12 which should be sufficient for most cases.
* nlsolve: add missing #includeAnton Khirnov2018-11-30
|
* nlsolve: account for early abort in counting total solve timeAnton Khirnov2018-04-22
|
* Rewrite constraint evaluation code.Anton Khirnov2018-04-22
| | | | Make it much more efficient and easier to add other seed functions.
* nlsolve: faster abort on divergenceAnton Khirnov2018-04-09
|
* nlsolve: do not add the delta after we declare convergenceAnton Khirnov2018-02-09
| | | | Also, log the lowest-order coeff for all the variables
* nlsolve: log var evaluation and coeff calc timingAnton Khirnov2018-02-09
|
* Add the generic non-linear solver layer.Anton Khirnov2017-12-29