bfgs
This package contains an implementation of BFGS, an algorithm for minimizing convex twice-differentiable functions.
In this example, we minimize a 2d function:
extern crate bfgs;
extern crate ndarray;
use *;
License: MIT/Apache-2.0
This package contains an implementation of BFGS, an algorithm for minimizing convex twice-differentiable functions.
In this example, we minimize a 2d function:
extern crate bfgs;
extern crate ndarray;
use *;
License: MIT/Apache-2.0