summaryrefslogtreecommitdiff
path: root/langevin.cpp
AgeCommit message (Expand)Author
2021-11-08Working minimization.Jaron Kent-Dobias
2021-11-08Progress towards minimizer for real models.Jaron Kent-Dobias
2021-11-06Finished Levenburg-Marquardt for Stokes lines.Jaron Kent-Dobias
2021-11-05Lots of progress towards Hessian implementation.Jaron Kent-Dobias
2021-11-05Work on Stokes lines, and new method involving parametric fits.Jaron Kent-Dobias
2021-03-01Work to find beyond-threshold points.Jaron Kent-Dobias
2021-02-25More changes.Jaron Kent-Dobias
2021-02-25Many changes.Jaron Kent-Dobias
2021-02-24Work on Stokes lines.Jaron Kent-Dobias
2021-02-18Converted variation calculation to be direction-specific.Jaron Kent-Dobias
2021-02-18More Stokes tweaks.Jaron Kent-Dobias
2021-02-17Algorithmic tweaks to rope relaxation now suceeds in finding Stokes lines rel...Jaron Kent-Dobias
2021-02-16Progress towards a working Stokes line finder.Jaron Kent-Dobias
2021-02-12Revert "Added code to try and find critical points at very large a."Jaron Kent-Dobias
2021-02-11Added code to try and find critical points at very large a.Jaron Kent-Dobias
2021-01-15More changes.Jaron Kent-Dobias
2021-01-15Converted more of library to templates accepting generic Scalar types and pJaron Kent-Dobias
2021-01-14Catch errors in the J-perturbing loop and save entire vectors, not just their...Jaron Kent-Dobias
2021-01-12Changed code to now find nearby saddles and perturb J.Jaron Kent-Dobias
2021-01-08Fixed some bugs, and made the simulation catch errors correctly.Jaron Kent-Dobias
2021-01-07Cleaned up includes.Jaron Kent-Dobias
2021-01-07Implemented some lazy optimizations and C++17isms.Jaron Kent-Dobias
2021-01-06Report stall to cerr instead of cout.Jaron Kent-Dobias
2021-01-06Made many sane default arguments to the saddle finding functions.Jaron Kent-Dobias
2021-01-06Cleaned up code and removed unused portions.Jaron Kent-Dobias
2021-01-06Got Newton's method working well.Jaron Kent-Dobias
2021-01-06Better saddle-finding algorithm. Cristoffel symbols still need fixing.Jaron Kent-Dobias
2021-01-06Lots of work, and fixed bug stemming from choice of matrix algorithm.Jaron Kent-Dobias
2021-01-05A lot of work, and fixed a huge bug regarding the meaning of .dot in the Eige...Jaron Kent-Dobias
2021-01-05New function to create random vectors.Jaron Kent-Dobias
2021-01-05Refactor in preparation to resume using the stereographic library for Newton'...Jaron Kent-Dobias
2021-01-05Some helpful comments.Jaron Kent-Dobias
2021-01-05Slightly better treatement of the global constant.Jaron Kent-Dobias
2021-01-05Ran clang-format.Jaron Kent-Dobias
2021-01-05Removed uncessesary includes.Jaron Kent-Dobias
2021-01-05Cleaned up some notition.Jaron Kent-Dobias
2021-01-05Lots of work, refactoring.Jaron Kent-Dobias
2021-01-04A lot of uncompleted work.Jaron Kent-Dobias
2020-12-29New parameter to control length of Langevin simulation.Jaron Kent-Dobias
2020-12-29Camel cased some function names.Jaron Kent-Dobias
2020-12-29Nicer variable names in gradHess function.Jaron Kent-Dobias
2020-12-29Fixed very stupid mistake.Jaron Kent-Dobias
2020-12-29Fixed mistake in constraint step.Jaron Kent-Dobias
2020-12-29Initial commit.Jaron Kent-Dobias