提交 19a11f7b 编写于 作者: S stevenj

name tweak

darcs-hash:20080729174820-c8de0-183125f530d054805da4f7a92eb45a57b58ba18b.gz
上级 0c888cbf
......@@ -63,7 +63,7 @@ static const char nlopt_algorithm_names[NLOPT_NUM_ALGORITHMS][256] = {
#else
"original NON-FREE L-BFGS code by Nocedal et al. (NOT COMPILED)",
#endif
"Low-storage BFGS (LBFGS) (local, derivative-based)",
"Limited-memory BFGS (L-BFGS) (local, derivative-based)",
"Principal-axis, praxis (local, no-derivative)",
"Limited-memory variable-metric, rank 1 (local, derivative-based)",
"Limited-memory variable-metric, rank 2 (local, derivative-based)",
......
......@@ -251,8 +251,8 @@ optimization, although bound constraints are supported too (via a
potentially inefficient method).
.TP
.B NLOPT_LD_LBFGS
Local (L) gradient-based (D) optimization using the low-storage BFGS
(LBFGS) algorithm. (The objective function must supply the
Local (L) gradient-based (D) optimization using the limited-memory BFGS
(L-BFGS) algorithm. (The objective function must supply the
gradient.) Unconstrained optimization is supported in addition to
simple bound constraints (see above). Based on an implementation by
Luksan et al.
......
% NLOPT_LD_LBFGS: Low-storage BFGS (LBFGS) (local, derivative-based)
% NLOPT_LD_LBFGS: Limited-memory BFGS (L-BFGS) (local, derivative-based)
%
% See nlopt_minimize for more information.
function val = NLOPT_LD_LBFGS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册