# v0.0.6
- fixed \`minimize\` api issue
- fixed meaningless warning in line mod when no line search
# [2019-01-06 Sun] v0.0.5
- added \`CachedProblem\` struct to cache function evaluations.
- improved the performance of VelocityVerlet MD scheme
- removed ForwardEuler scheme from MD options for its bad performance.
- new parameter \`dt\_min\` to avoid stagnation in minimization.
- new builder option: with\_line\_search()
# [2019-01-02 Wed] v0.0.4
- simplify the callback function in LineSearch.
- add options to set MD integration scheme.
# [2018-12-27 Thu] v0.0.3
- add line mod for line search
# [2018-12-26 Wed] v0.0.2
- fix a bug in MD step
- add lj mod for testing