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