mize
Unconstrained Numerical Optimization Algorithms
A numerical optimization toolkit that has been feature-complete and quiet since 2017
◆Recent moves
- 6mo ago
CRAN compliance patch after five years of silence
Removes LazyData from DESCRIPTION and deletes flaky unit tests. Notable only for breaking a five and a half year gap since the previous release, and for containing nothing a user of the package would notice.
View source ↗ - 5y ago
Backtracking line search reporting and documentation fix
Corrects an inflated gradient-evaluation count reported when backtracking is used with an explicit step_down, and documents that omitting step_down silently switches to interpolation using both function and gradient evaluations. The documentation half is arguably the more useful, since that difference is invisible from the call.
View source ↗ - 6y ago
R-devel compatibility fix for class checking
Replaces a direct class check that assumed a scalar value with methods::is, an incompatibility R-devel surfaced. One of two such patches in the package's history.
View source ↗ - 7y ago
Schmidt line search error when the evaluation budget is exhausted
Fixes a bracket_step not found error triggered when the Schmidt line search exceeds ls_max_fn, reported by a user. A genuine edge case in the optimizer, though narrow enough to have gone unnoticed for two years.
View source ↗ - 7y ago
Stage check fix for bold driver and backtracking
Corrects an incorrectly checked stage in the bold driver and backtracking line search combination. The note candidly records that the fix reached CRAN months before this GitHub release was cut.
View source ↗ - 9y ago
CRAN release 0.1.1
The initial CRAN release, announced in one sentence with no description of contents. Everything the package does was present at this point; the eight years since have added no functionality.
View source ↗