From: stevenj Date: Wed, 12 Nov 2008 03:23:22 +0000 (-0500) Subject: remove BUGS section of man pages X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=844830e3f1a7731e4a96e3af5e72dd1034591982;p=nlopt.git remove BUGS section of man pages darcs-hash:20081112032322-c8de0-c682036baf55cdc4d16a10f78518013e7a8f57c1.gz --- diff --git a/api/nlopt_minimize.3 b/api/nlopt_minimize.3 index 6cbefec..1d30d0f 100644 --- a/api/nlopt_minimize.3 +++ b/api/nlopt_minimize.3 @@ -486,10 +486,6 @@ calling: Some of the algorithms also support using low-discrepancy sequences (LDS), sometimes known as quasi-random numbers. NLopt uses the Sobol LDS, which is implemented for up to 1111 dimensions. -.SH BUGS -Currently the NLopt library is in pre-alpha stage. Most algorithms -currently do not support all termination conditions: the only -termination condition that is consistently supported right now is .BR maxeval . .SH AUTHORS Written by Steven G. Johnson. diff --git a/api/nlopt_minimize_constrained.3 b/api/nlopt_minimize_constrained.3 index ad49ac4..13e393a 100644 --- a/api/nlopt_minimize_constrained.3 +++ b/api/nlopt_minimize_constrained.3 @@ -588,11 +588,6 @@ calling: Some of the algorithms also support using low-discrepancy sequences (LDS), sometimes known as quasi-random numbers. NLopt uses the Sobol LDS, which is implemented for up to 1111 dimensions. -.SH BUGS -Currently the NLopt library is in pre-alpha stage. Most algorithms -currently do not support all termination conditions: the only -termination condition that is consistently supported right now is -.BR maxeval . .SH AUTHORS Written by Steven G. Johnson. .PP