This is the mail archive of the gsl-cvs@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gsl doc/multimin.texi multimin/ChangeLog multi ...


CVSROOT:	/cvs/gsl
Module name:	gsl
Changes by:	bjg@sourceware.org	2007-02-08 15:09:33

Modified files:
	doc            : multimin.texi 
	multimin       : ChangeLog Makefile.am gsl_multimin.h test.c 
	                 test_funcs.c test_funcs.h 
Added files:
	multimin       : linear_minimize.c linear_wrapper.c 
	                 vector_bfgs2.c 

Log message:
	added fletcher BFGS from "Practical Methods of Optimisation" still
	some work to do on this - pass tol parameter as "sigma" to line
	minimisation, check function value caching (function count 50% too
	high?)
	
	* linear_wrapper.c: convert multidimensional function to
	one-dimensional for line minimisation
	
	* linear_minimize.c: one-dimensional minimisation from Fletcher
	
	* vector_bfgs2.c: added Fletcher's implementation


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]